delete_project
Delete a project from CatchAll. Optionally remove its resources (jobs, monitors) by setting delete_resources to true.
Instructions
Delete a project.
By default the project's resources (jobs, monitors, etc.) are detached but
kept. Set delete_resources=true to also delete the contained resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | CatchAll API key. Optional if provided via x-api-key header or CATCHALL_API_KEY env var. | |
| project_id | Yes | The project ID to delete. | |
| delete_resources | No | If true, also delete the project's resources (default false). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |