cURL
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 } }
Soft-deletes a contact. The contact can no longer be retrieved after deletion.
Enter your API Key (sk_live_xxx or sk_test_xxx)
Contact deleted successfully