Skip to main content
DELETE
/
projects
/
{id}
Delete project
curl --request DELETE \
  --url https://api.vocobase.com/api/v2/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Path Parameters

id
string
required

Project ID

Response

Project deleted.

success
boolean