Skip to main content

Delete an incident

DELETE 

/company/issues/:id

Permanently delete an incident and all its associated data. This action is irreversible and should be used with caution.

Use Cases:

  • Delete tickets created by mistake
  • Cleanup of resolved incidents (according to retention policies)

Related Logic: ctrl.delete() in routes.js

Request

Responses

Incidence successfully deleted. Returns the ID of the deleted incidence.