Delete an issue queue
DELETE/api/issue-queues/:id
Delete an issue queue. Issues assigned to the deleted queue have their queueId cleared (FK ON DELETE SET NULL). Not idempotent: deleting a missing or cross-tenant queue returns 404 (matching PATCH). On success returns 200 with { data: { success: true } } to match the other issue-settings DELETE routes (the OpenAPI generator cannot represent 204 + empty body).
Request
Responses
- 200
- 401
- 403
- 404
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — requires queues.delete permission
Queue not found in this organisation