delete_task_assignment
Remove a task assignment by its ID to manage and streamline task workflows on the Binalyze AIR MCP Server.
Instructions
Delete a specific task assignment by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignmentId | Yes | The ID of the task assignment to delete |
Input Schema (JSON Schema)
{
"properties": {
"assignmentId": {
"description": "The ID of the task assignment to delete",
"type": "string"
}
},
"required": [
"assignmentId"
],
"type": "object"
}