Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.ctrl-hub.com/v3/folders/{folder_id} \ --header 'X-Session-Token: <api-key>'
{ "id": "98ca4a78-b66f-4234-9719-aaf832ee6669", "status": "400", "title": "A validation error was encountered", "source": { "parameter": "include" }, "meta": { "resource": "wrong_value" } }
Delete a folder. Will only be successful if the folder is empty.
Session token for authentication.
The unique identifier for the folder.
Folder deleted successfully.