CBRE Client
  1. Folders
CBRE Client
File Manager
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Folders
    • List
      GET
    • Add
      POST
    • Edit
      PUT
    • Show
      GET
    • Delete
      DELETE
  • Files
    • Add
      POST
    • Bulk Add
      POST
    • Update
      PUT
    • Show
      GET
    • Delete
      DELETE
    • Move to Folder
      PATCH
  • Login
    POST
  1. Folders

Delete

DELETE
api/v1/file_manager/folders/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://client-backend-quantum-project.testapi/v1/file_manager/folders/'

Responses

🟢200Success
application/json
Body
array[string]
optional
Example
[]
Previous
Show
Next
Add
Built with