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
Key | Datatype | Required | Description |
---|---|---|---|
id | string | The contact ID of the user. |