English
cURL
curl --request DELETE \ --url https://api.sonderplan.com/v2/project/folder \ --header 'Authorization: Bearer <token>'
{ "success": { "id": 1 } }
WRITE
PROJECT
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the project folder to delete
Successful Operation
Show child attributes
1