Skip to main content

Remove membership

Removes the specified membership from the conversation.

Parameters

No parameters.

Returns

Returns an empty response.

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