cURL
curl --request DELETE \ --url https://api.meow.com/v1/contacts/{contact_id} \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deletes a contact.
Your Meow API key for authentication
Optional entity ID for scoped access to entity-specific data
The unique identifier of the contact to delete
Successful Response
Contact support