Delete a project
Permanently deletes the project, its draft files, published versions, validation results, and artifact records (database cascades). Blob contents are content-addressed and may be shared, so they are not removed from storage. Requires ownership.
Permanently deletes the project, its draft files, published versions, validation results, and artifact records (database cascades). Blob contents are content-addressed and may be shared, so they are not removed from storage. Requires ownership.
Authorization
bearerAuth Firebase ID token (Google sign-in, etc.)
In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/projects/string/string"{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}Create project POST POST
Previous Page
Get parsed contract summary GET GET
Parses the project's draft `agent.yaml` and returns a normalized contract overview: top-level field counts, declared tools, and any guardrails. Returns an empty summary when no parseable agent file exists; this endpoint never errors on a missing or unparseable agent.