Skip to main content
DELETE
/
conversations
/
{id}
/
recipients
/
{email}
Remove a recipient from a conversation
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.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer<int64>
required

ID of the conversation

email
string<email>
required

Email address of the recipient to remove

Response

Recipient removed successfully

The response is of type object.