delete_organization
Remove an organization by specifying its unique ID using this MCP tool, streamlining digital forensics and incident response management.
Instructions
Delete an organization by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the organization to delete |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the organization to delete",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}