close_case_by_id
Close a specific case using its unique identifier to manage and finalize incident response workflows in Binalyze AIR.
Instructions
Close a case by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the case to close |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the case to close",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}