Delete a triggered action
Delete an existing triggered action with a delete request
To delete a triggered action that you no longer need to keep running, use the DELETE call to the /triggered_actions/{id} endpoint, where {id} is the ID of the triggered action you want to delete.
The following example shows how to delete the triggered action created in Create a triggered action for modified objects.
- Identify the ID of the triggered action. To do this, use the
GETcall to the/triggered_actionsendpoint and locate theidvalue for the triggered action you want to delete. - Send a
DELETErequest to the/triggered_actions/{id}endpoint, where{id}is the ID of the triggered action you want to delete. - Successfully deleted triggered actions show a
200 OKresponse. You can also use theGETcall to the/triggered_actionsendpoint to confirm the triggered action has been deleted.
Feedback
Was this page helpful?