Resolve Incident

Resolves an incident with given id

Method

DELETE /incident/{id}

Parameters

Path Parameters

Name Description
id The id of the incident to be resolved.

Result

This method returns no content.

Response Codes

Code Media type Description
204 application/json Request successful.
404 application/json Returned if an incident with given id does not exist.
400 application/json 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.

Example

Request

DELETE /incident/anIncidentId

Response

No content

On this Page: