cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#BOX_DELETE_FOLDER' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "BOX_DELETE_FOLDER", "parameters": { "folderId": "<string>", "recursive": true } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Folder ID : The unique identifier that represents a folder. (example: "0")
Recursive : Delete a folder that is not empty by recursively deleting the folder and all of its content.
Success
Was this page helpful?