bizproc.activity.delete
bizproc.activity.delete is used to delete an activity.
Attention! When deleting and updating an application, all activities, associated with the application are deleted!
Parameter | Description |
---|---|
CODE | Application activity ID. |
Example
var params = { code: 'md5' }; BX24.callMethod( 'bizproc.activity.delete', params, function(result) { if(result.error()) alert('Error: ' + result.error()); else alert("Success: " + result.data()); } );
© «Bitrix24», 2001-2024