wetrack_delete_ticket_status
Soft-delete a ticket status by ID to set it inactive while retaining data. The operation fails if active tickets are still using the status.
Instructions
Soft-delete a ticket status (sets inactive; data is retained). Will fail if active tickets are still using this status.
Args: status_id: The status ID to deactivate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |