curl --request DELETE \
  --url https://api.selfmailkit.com/v1/audiences/{audienceId}/contacts/{contactId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

API key with format "Bearer {your-api-key}"

Path Parameters

audienceId
string
required

Unique identifier of the audience

contactId
string
required

Unique identifier of the contact

Response

204
application/json

Contact successfully deleted

The response is of type any.