EasypanelDocs

Delete a project

Permanently deletes a project, its services, files, stack, and network.

POST
/destroyProject

Permanently deletes a project, its services, files, stack, and network.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/destroyProject" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
null