delete https://{server}/api/v2.1/workspace//folders//
You can only delete a folder when it's empty. To do so, first move your bases out of it and then delete it with its folder_id
in this request.
Response
You can only delete a folder when it's empty. To do so, first move your bases out of it and then delete it with its folder_id
in this request.
xxxxxxxxxx
curl --request DELETE \
--url https://cloud.seatable.io/api/v2.1/workspace/workspace_id/folders/folder_id/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: