delete_resource
Delete a resource from OmniPlan by its unique ID. If assigned to tasks, assignments are automatically removed.
Instructions
Delete a resource by uniqueID.
Args: resource_id: uniqueID of the resource to delete.
Returns:
JSON {deleted: bool, id, name}. deleted is true when a
matching resource was found and removed, false if not found.
Removing a resource that is currently assigned to tasks
succeeds — OmniPlan strips the assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |