Delete Folder
DELETE/folder/:folder_id
The delete Folder API allows you to delete folder.
Request
Path Parameters
folder_id stringrequired
objectId of folder
Responses
- 200
- 400
- 404
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
objectId string
deletedAt date
{
"objectId": "Hks2JpewIp",
"deletedAt": "2023-10-07T16:49:56.000Z"
}
-
folder is not empty, contains document or folder.
-
Something went wrong, please try again later!
- application/json
- Schema
Schema
- MOD1
- MOD2
oneOf
error string
error string
folder not found.
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "folder not found."
}
Invalid API token!
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Invalid API token!"
}
Loading...