Menghapus koleksi.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| QualifiedName |
string |
Yes |
ID unik koleksi. |
album.12333 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
0000-ABCD-E**** |
| Status |
boolean |
The result of the operation. Valid values: true: succeeded false: failed |
true |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| ErrorMessage |
string |
The error message. |
The specified product does not exist. |
| ErrorCode |
string |
The error code. |
999999 |
| Success |
boolean |
Indicates whether the request was successful. Valid values: true false |
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "0000-ABCD-E****",
"Status": true,
"HttpStatusCode": 200,
"ErrorMessage": "The specified product does not exist.",
"ErrorCode": "999999",
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.