Actions
Close Ticket
Closes a request ticket.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Close Code | - |
| Comment | - |
| ID | The ticket request ID. |
{
"response_status": {
"status_code": 2000,
"messages": [
{
"status_code": 2000,
"type": "success",
"message": "Request(s) closed successfully."
}
],
"status": "success"
}
}
Was this page helpful?