Статья создана
Delete folder
Deletes the specified folder.
Request
POST
https://api.datalens.tech/rpc/deleteFolder
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"folderId": "example"
}
|
Name |
Description |
|
folderId |
Type: string ID of the folder to delete. Example: |
Responses
200 OK
Response
Body
application/json
{}
|
Name |
Description |