All Products
Search
Document Center

Energy Expert:DeleteFolder

Last Updated:Sep 22, 2025

Deletes a folder. If the operation is successful, a Boolean value of `true` is returned. If the folder does not exist, a 4xx error is returned with the message "The folder does not exist."

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

DELETE /api/v1/aidoc/folder/delete HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

folderId

string

No

The ID of the folder.

53c0412ea5c343dcad324137622210b3

Response elements

Element

Type

Description

Example

object

Schema of Response

requestId

string

The ID of the request.

83A5A7DD-8974-5769-952E-590A97BEA34E

data

boolean

Returns `true` if the folder is successfully deleted.

Examples

Success response

JSON format

{
  "requestId": "83A5A7DD-8974-5769-952E-590A97BEA34E",
  "data": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.