Menghapus tag dari aset data.
Deskripsi operasi
This API operation is available only for DataWorks Enterprise Edition or a more advanced edition.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Tags |
array<object> |
Yes |
Tag yang ingin Anda hapus. |
|
|
object |
Yes |
The tag that you want to remove, in the key:value structure. |
||
| Key |
string |
Yes |
The tag key. |
key |
| Value |
string |
No |
The tag value. |
value |
| DataAssetIds |
array |
Yes |
ID aset data. |
|
|
string |
Yes |
The data asset ID. |
7259557000 |
|
| DataAssetType |
string |
Yes |
Tipe aset data. Nilai valid:
|
ACS::DataWorks::Task |
| ProjectId |
integer |
No |
ID ruang kerja DataWorks. |
123 |
| EnvType |
string |
No |
Lingkungan ruang kerja tempat aset data berada. Nilai valid:
|
Prod |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
8754EE08-4AA2-5F77-ADD7-754DBBDA9F75 |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "8754EE08-4AA2-5F77-ADD7-754DBBDA9F75",
"Success": "true"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.