delete_checklist_task_jwt
Delete a checklist task in IT Glue using JWT authentication, bypassing the public API's lack of task deletion support. Provide the task ID to confirm removal.
Instructions
Delete a checklist task using JWT authentication.
This tool uses JWT authentication because IT Glue's public API doesn't support task deletion.
Args: task_id: Task ID to delete
Returns: JSON string with deletion confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |