Logo
⌘K

Delete Folder

Delete a folder specified by its id.
Parameters

id

string

Required

Unique id of the folder to delete.
Returns

Success status of the delete operation.

DELETE

/uploads/folders/delete

curl -X DELETE 'https://www.artelo.io/api/open/uploads/folders/delete?id=25ed6c73-2b32-456b-9031-93546cc7412a' \
  -H 'Authorization: Bearer your-token'
Response
{
  "success": true
}