GuidesRecipesAPI Reference
Log In
Guides

Delete contacts information

Delete multiple contacts information

DescriptionTo delete multiple sets of contact data, we utilize the internal ID as a crucial verification step to ensure the necessity of contact deletion. You can acquire a contact's internal ID by making an API call to retrieve contact information through the Get Contacts API.
Path/api/crm/contacts/delete
MethodPOST
Request ParametersN/A
Request BodyArray of contact internal IDs.
Responses200 (OK): true --> contact has been deleted successfully.
200 (OK): false --> no contact deleted, (internalId) not found.
400 (Bad Request): Contact is map with Role (delete not allowed).
403 (Forbidden): User doesn't have permission to All master fund Contact.
ReferenceLink

Request body example

Response body example