Delete projects

POST
/api/v2/projects/delete

Delete one or more projects.

AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'

In: header

Query Parameters

deleteFiles?boolean

Whether to delete associated files.

Request Body

application/json

A list of project IDs to delete.

TypeScript Definitions

Use the request body type in TypeScript.

[index: integer]?

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/projects/delete" \  -H "Content-Type: application/json" \  -d '[    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string"    }  ]'
"string"