delete_project
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 jobs,
monitors, datasets, and monitor groups. Webhooks are the exception: they
are never deleted by this operation — an attached webhook is only detached
from the project and keeps working (it may belong to other projects or
resources independently of this one).
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 except webhooks, which are always detached rather than deleted (default false). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |