Skip to content

Delete project

DELETE
/api/projects/{id}

Authorizations

bearerAuth

API token created via POST /api/tokens or the db:create-token CLI command

Type
HTTP (bearer)

Responses

Deletion result

application/json
JSON
{
"data": {
"deleted": true
}
}

Samples

Powered by VitePress OpenAPI