ticketDelete
Delete a ticket.
Permanently removes the ticket. This action cannot be undone.
Possible errors:
- FORBIDDEN: Insufficient permissions to delete tickets
- TICKET_NOT_FOUND: Ticket with the specified ID does not exist
- TICKET_DELETE_ERROR: Error occurred while deleting ticket
AUTH: Role=[user.OWNER]
ticketDelete(
id: ID!
): Boolean!
Arguments
ticketDelete.id ● ID! non-null scalar
Unique identifier of the ticket to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.