delete_activity

Delete activity in specified Top Object and child object. Warning, ctivity names are not unique across object, parameter a_name will delete first activity with that name, use a_id to be sure which activity to delete.

query
delete_activity
required parameters
(ob_top_id or ob_top_name) to specify Top Object and (ob_id or ob_name) to specify child object and (a_id or a_name) to specify activity
optional parameters
none
response format
a_id – deleted activity id
parameter reference

ob_top_id – Top Object id, unique

ob_top_name – Top Object name, not unique

ob_id – object id, unique

ob_name – object name, unique across project

a_name – name of activity, not unique

a_id – id of activity, unique