Skip to main content
DELETE
/
contacts
/
{contact_id}
Delete a Contact
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Path Parameters

contact_id
string<uuid>
required

The unique identifier of the contact to delete

Response

Successful Response