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.

  1. Identify the ID of the triggered action. To do this, use the GET call to the /triggered_actions endpoint and locate the id value for the triggered action you want to delete.
  2. Send a DELETE request to the /triggered_actions/{id} endpoint, where {id} is the ID of the triggered action you want to delete.
  3. Successfully deleted triggered actions show a 200 OK response. You can also use the GET call to the /triggered_actions endpoint to confirm the triggered action has been deleted.