Deletes labels from a dataset version.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
paidataset:DeleteDatasetVersionLabels |
delete |
*All Resource
|
None | None |
Request syntax
DELETE /api/v1/datasets/{DatasetId}/versions/{VersionName}/labels HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DatasetId |
string |
Yes |
The ID of the dataset. For more information about how to obtain a dataset ID, see ListDatasets. |
d-rbvg5*****jhc9ks92 |
| VersionName |
string |
Yes |
The name of the dataset version. |
v1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Keys |
string |
Yes |
The keys of the version labels. Separate multiple keys with commas. |
key1,key2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The ID of the request. |
B2E89D7E-74F8-5656-A5D6-81D83403F9A8 |
Examples
Success response
JSON format
{
"RequestId": "B2E89D7E-74F8-5656-A5D6-81D83403F9A8"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.