Skip to main content
DELETE
/
branches
/
{branchId}
/
storage
Delete storage file
curl --request DELETE \
  --url https://api.specular.dev/branches/{branchId}/storage \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication with API key (format: Bearer sk_xxx)

Path Parameters

branchId
string
required

Query Parameters

key
string
required

File key/path to delete

Response

File deleted

File deleted

success
boolean