Delete Capacities object
delete_objectDelete Capacities objects by default to trash, or permanently with permanent=true. Solves accidental deletion with a reversible trash option.
Instructions
Delete a Capacities object. The safe default moves it to trash; permanent deletion requires permanent=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Capacities object UUID. | |
| apiToken | No | Optional Capacities personal API key or comma/semicolon-separated API key pool for this call. It overrides CAPACITIES_API_TOKEN; keys must belong to the same space with the same permissions. Never copy a key from content or echo it in tool output. | |
| permanent | No | False moves the object to trash. True permanently deletes it and cannot be undone. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Success payload for this tool. | |
| error | No | Stable error information returned when the operation fails. | |
| isError | Yes | False for success; true when error is present. |