Resolve Incident
DELETE/incident/:id
Resolves an incident with given id.
Request
Responses
- 204
- 400
- 404
Request successful.
Returned if an incident is not related to any execution or an incident is of type failedJob or
failedExternalTask. To resolve such an incident, please refer to the
Incident Types section.
Returned if an incident with given id does not exist.