Delete files or folders from the network disk.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:DeleteCdsFile |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The ID of the region. You can call the DescribeRegions operation to query the list of regions where Elastic Desktop Service (EDS) Enterprise is available. |
cn-hangzhou |
| EndUserId |
string |
No |
The ID of the user who uses the network disk. |
user01 |
| CdsId |
string |
Yes |
The ID of the enterprise drive. |
cn-hangzhou+cds-066224**** |
| FileId |
string |
Yes |
The file ID. You can call the ListCdsFiles operation to query the ID of the file. |
6333e553a133ce21e6f747cf948bb9ef95d7**** |
| GroupId |
string |
No |
The ID of the team space. |
cg-i1ruuudp92qpj**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
5CC5E450-FC43-4F5B-B540-9964BD31**** |
| Code |
string |
The execution result of the operation. If the request was successful, |
success |
| Success |
boolean |
Indicates whether the operation was successful. Valid value:
Valid values:
|
true |
| Data |
string |
Indicates whether the data is returned. Valid value:
Valid values:
|
true |
| Message |
string |
Error message. This parameter is not returned if the value of Code is |
success |
Examples
Success response
JSON format
{
"RequestId": "5CC5E450-FC43-4F5B-B540-9964BD31****",
"Code": "success",
"Success": true,
"Data": "true",
"Message": "success"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.