Delete project
Deletes a project. By default, assigned resources are unassigned but not deleted.
Webhooks are an exception: they are never deleted by this operation, even when delete_resources is true. Any attached webhook is detached from the project and continues to exist and deliver, because the same webhook may be attached to other projects.
Authorizations
API key for authentication.
Path Parameters
Unique project identifier.
Query Parameters
If true, permanently deletes all resources (jobs, monitors, datasets, monitor groups) assigned to the project. If false, the project is deleted and its resources are unassigned but not deleted.
Webhooks are never deleted by either setting — they are only detached from the project.
Response
Project deleted successfully. No response body.

