cancel_task_assignment
Cancel a specific task assignment using its unique ID to stop or retract an ongoing task in Binalyze AIR's digital forensics and incident response workflows.
Instructions
Cancel a task assignment by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignmentId | Yes | The ID of the task assignment to cancel |
Input Schema (JSON Schema)
{
"properties": {
"assignmentId": {
"description": "The ID of the task assignment to cancel",
"type": "string"
}
},
"required": [
"assignmentId"
],
"type": "object"
}