DELETE/v1/contacts/{id}

This endpoint allows you to delete a contact from your Protocol contact list. Once a contact is deleted, it cannot be recovered.

Path parameters

idstringRequired

The unique identifier of the contact to delete.

Request example

json
{ "success": true, "message": "Contact successfully deleted" }