← Back to API Reference

DELETE /contacts/{id}

Delete Contact

Compatibility endpoint to delete contact data.

Request (cURL)

curl -X DELETE "http://localhost:8080/v1/contacts/id_123" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{}