crm.activity.binding.delete
crm.activity.binding.delete({activityId: number, entityTypeId: number, entityId: number)
Deletes a binding.
Parameters
Parameter | Description |
---|---|
activityId | activity identifier | entityTypeId | element type identifier (List of available types) | entityId | element identifier |
On success, method returns true
.
Deleting an activity binding is possible only for elements to which the current user has permission for editing.
If an activity is bound only to a single element, you cannot delete this binding.
Example
crm.activity.binding.delete?activityId=1&entityTypeId=4&entityId=1000
Успешный результат:
{ "result": true }
© «Bitrix24», 2001-2024