Menghapus entri rute grey tag berdasarkan ID aturan yang ditentukan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:DeleteGreyTagRoute |
delete |
*全部资源
|
None | None |
Sintaks permintaan
DELETE /pop/v1/sam/tagroute/greyTagRoute HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| GreyTagRouteId |
integer |
Yes |
ID aturan. |
1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
9D29CBD0-45D3-410B-9826-52F86F90**** |
| Message |
string |
The response message. Valid values:
|
success |
| TraceId |
string |
The trace ID. You can use this ID to query call details. |
0a98a02315955564772843261e**** |
| Data |
object |
The information about the grey tag route. |
|
| GreyTagRouteId |
integer |
The globally unique ID of the grey tag route. |
16 |
| ErrorCode |
string |
The error code. The following describes when this field is returned:
|
|
| Code |
string |
The HTTP status code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"RequestId": "9D29CBD0-45D3-410B-9826-52F86F90****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"GreyTagRouteId": 16
},
"ErrorCode": "",
"Code": "200",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter.NotEmpty | You must specify the parameter %s. | |
| 400 | InvalidParameter.Obviously | The specified parameter is invalid {%s}. | |
| 400 | InvalidParameter.WithMessage | The parameter is invalid {%s}: %s |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.