delete_ticket_summary
Remove ticket summaries in Freshdesk using a specified ticket ID to streamline support ticket management and maintain cleaner records.
Instructions
Delete the summary of a ticket in Freshdesk.
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_ticket_summaryArguments",
"type": "object"
}