Delete contacts information
Delete multiple contacts information
Description | To 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 |
Method | POST |
Request Parameters | N/A |
Request Body | Array of contact internal IDs. |
Responses | 200 (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. |
Reference | Link |
Request body example
Response body example
Updated over 1 year ago