GuidesRecipesAPI Reference
Log In
Guides

Delete CRM entities

Value
DescriptionDelete entity by using provided internal ID.
Path/api/crm/entity/delete/{internalId}
MethodDELETE
Request ParametersinternalId: A internal ID must be provide for system to know which entity to be delete.
Responses200 (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.
RemarkThe 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.
ReferenceLink

Response body example