DeleteTicketStatus permanently removes a status.
DELETE/api/v1/ticketing/statuses/:id
Statuses with existing tickets cannot be deleted.
Errors
- NOT_FOUND: Status does not exist
- FAILED_PRECONDITION: Status has existing tickets
- PERMISSION_DENIED: Caller lacks ticket:admin permission
Request
Responses
- 200
- default
A successful response.
An unexpected error response.