Delete Contact

DELETE {{apiBaseUrl}}/v1/contacts/delete?id={{contactId}}

This API allows you to delete a contact from your account based on the contact ID you have provided.

Request Params

KeyDatatypeRequiredDescription
idstringThe contact ID of the user.