Unbind
Projects

Delete Project

Permanently delete a project and every environment, service, volume, and deployment inside it.

DELETE
/projects/delete

Permanently delete a project and every environment, service, volume, and deployment inside it.

Authorization

bearerAuth
AuthorizationBearer <token>

Access token or API key (unb_...) passed as Authorization: Bearer <token>.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

project_id*string
team_id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/projects/delete" \  -H "Content-Type: application/json" \  -d '{    "project_id": "string",    "team_id": "string"  }'
{  "data": {    "deleted": true,    "id": "string"  }}