Delete a contact

Permanently deletes a contact by its ID. Use this endpoint to delete a contact through the Samva email API.

DELETE
/v1/contacts/{id}

Permanently deletes a contact by its ID.

x-api-key<token>

In: header

Path Parameters

id*string
Match^contact_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/contacts/string"
{  "success": true}