Unispec Docs
ApiRegistryDraft files

Delete draft file

DELETE
/projects/{owner}/{project}/files/{path}

Authorization

bearerAuth
AuthorizationBearer <token>

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

In: header

Path Parameters

owner*string
project*string
path*string

Project-relative file path; may include /

Response Body

application/json

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