Switch language

Sandbox

Explore every endpoint with simulated responses — no credentials required.

POST /folder/delete

Delete Folder

Permanently delete a folder and all its contents.

Folder ID to delete

Reset form

Click "Send request" to see a simulated response.

Code Examples

curl -X POST "https://rediafile.com/cloud/api/v2/folder/delete" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "folder_id=fld_123"