DELETE
/
v2
/
project
/
folder
curl --request DELETE \
  --url https://api.sonderplan.com/v2/project/folder \
  --header 'Authorization: Bearer <token>'
{
  "success": {
    "id": 1
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
integer
required

The ID of the project folder to delete

Response

200
application/json
Successful Operation
success
object