Skip to main content

Remove member

Removes the specified member from the card.

Parameters

No parameters.

Returns

Returns the removed user object.

delete
/api/cards/{id}/members/{id}
curl -X DELETE https://{workspace}.kitchen.co/api/cards/{id}/members/{id} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'X-Requested-With: XMLHttpRequest' \
-H 'Authorization: Bearer {API_KEY}'
Response
null