Delete an action/automation
DELETE/v1/actions/:action_identifier
This route allows you to delete a self-service action or automation.
To learn more about actions and automations, check out the documentation.
Request
Path Parameters
action_identifier stringrequired
Possible values: non-empty
The identifier of the action/automation you want to delete.
Responses
- 200
- 404
- 422
- 500
Success
One of the following errors occurred:
Error | Description |
---|---|
not_found | The action/automation with the provided identifier was not found |
One of the following errors occurred:
Error | Description |
---|---|
invalid_request | The data provided does not match the route schema |
One of the following errors occurred:
Error | Description |
---|---|
internal_error | An internal error occurred |
Loading...