cURL
curl --request DELETE \ --url https://api.sendkit.dev/contacts/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Invalid API key." }
Delete a contact by ID. This is a soft delete — the contact will no longer appear in API responses.
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
The contact ID.
Contact deleted successfully