Delete a playbook condition
DELETE/plugins/playbooks/api/v0/playbooks/:id/conditions/:conditionID
Delete a condition from a playbook. Run conditions cannot be deleted as they are read-only snapshots.
Request
Responses
- 204
- 400
- 403
- 404
- 500
Condition successfully deleted.
The request is malformed.
Access to the resource is forbidden for this user.
Resource requested not found.
There was an internal error in the server.