Skip to main content
DELETE
/
v1
/
contacts
/
{id}
Delete a contact
curl --request DELETE \
  --url https://api.example.com/v1/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Invalid or revoked API key",
    "status": 401
  }
}

Authorizations

Authorization
string
header
required

Enter your API Key (sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Response

Contact deleted successfully