curl --request DELETE \
--url https://api.shingleai.com/v1/folders/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}Delete a folder. Subfolders will be cascade deleted. Files in the folder will have their folderId set to null.
curl --request DELETE \
--url https://api.shingleai.com/v1/folders/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"message": "<string>",
"code": "<string>",
"details": "<unknown>"
}
}