Removes a directory from the left-side navigation pane of DataAnalysis.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TargetType | string | No | The type of the directory that you want to remove from the left-side navigation pane of DataAnalysis. Example: META_ALBUM, which indicates the metadata data album. | META_ALBUM |
TargetId | string | No | The ID of the directory that you want to remove from the left-side navigation pane of DataAnalysis. This parameter is used together with the TargetType parameter. For example, if you set the TargetType parameter to META_ALBUM, you must set the TargetId parameter to the ID of the metadata data album. You can call the ListMetaCollections operation to obtain the ID of the data album. The ID is indicated by the QualifiedName parameter. | album.339 |
TargetUserId | string | No | The ID of the user in the tenant.
| 1234567890 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0bc5aa2716455247597991794e65bd",
"HttpStatusCode": 200,
"Data": 1,
"ErrorMessage": "You have no permission.",
"Success": true,
"ErrorCode": "200"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-03-02 | The request parameters of the API has changed | View Change Details |