Unispec Docs
ApiRegistryProjects

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.

DELETE
/projects/{owner}/{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.

Authorization

bearerAuth
AuthorizationBearer <token>

Firebase ID token (Google sign-in, etc.)

In: header

Path Parameters

owner*string
project*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/projects/string/string"
Empty
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}