curl --request DELETE \
--url https://api.getfernand.com/conversations/{id}/recipients/{email} \
--header 'X-API-Key: <api-key>'{}curl --request DELETE \
--url https://api.getfernand.com/conversations/{id}/recipients/{email} \
--header 'X-API-Key: <api-key>'{}Removes a recipient identified by their email address from a conversation. The main contact (the original ‘from’ contact) cannot be removed.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the conversation
Email address of the recipient to remove
Recipient removed successfully
The response is of type object.
Was this page helpful?