delete_ticket
Remove a specific ticket from Freshservice using its unique ID to maintain clean and organized ticket management within the platform.
Instructions
Delete a ticket in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticket_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticket_id": {
"title": "Ticket Id",
"type": "integer"
}
},
"required": [
"ticket_id"
],
"title": "delete_ticketArguments",
"type": "object"
}