Delete CRM entities
Value | |
---|---|
Description | Delete entity by using provided internal ID. |
Path | /api/crm/entity/delete/{internalId} |
Method | DELETE |
Request Parameters | internalId: A internal ID must be provide for system to know which entity to be delete. |
Responses | 200 (OK): true 200 (OK): false if the delete is not complete 403 (Forbidden): User doesn't have permission to All master fund Contact , Entity, Contact role. |
Remark | The response code will consistently be 200 (OK). However, you must check the response value. If it is "true," it indicates a successful deletion, while "false" implies that the deletion has failed. |
Reference | Link |
Response body example
Updated over 1 year ago