Delete complete folder
DELETE {{baseUrl}}/api/folders/:id
Delete folder for specific folder id. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You identify the folder by specifying the folder ID in the path of the request;you obtain the folder ID using GET /folders.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-MSTR-AuthToken
|
string | (Required) Authorization token | |
X-MSTR-ProjectID
|
string | (Required) Project ID |
RESPONSES
status
ENDPOINTS