Disassociates a Smart Access Gateway (SAG) device from an SAG instance.
Debug
Use OpenAPI Explorer to perform debug operations and generate SDK code examples.
Request parameters
Parameter | Type | Required? | Example value | Description |
---|---|---|---|---|
RegionId | String | Yes | cn-shanghai |
The ID of the region to which the SAG instance belongs. |
SerialNumber | String | Yes | cn-sh-0-0927-16**** |
The serial number of the SAG device to be disassociated. |
SmartAGId | String | Yes | sag-0phdojgu5tqr1p**** |
The ID of the SAG instance. |
Action | String | No | UnbindSerialNumber |
The name of this action. Value: UnbindSerialNumber |
Response parameters
Parameter | Type | Example value | Description |
---|---|---|---|
RequestId | String | 284045DE-4C2D-463D-9F27-B6898E67D120 |
The ID of the request. |
Examples
Request example
http(s)://[Endpoint]/? Action=UnbindSerialNumber
&RegionId=cn-shanghai
&SerialNumber=cn-sh-0-0927-16****
&SmartAGId=sag-0phdojgu5tqr1p****
&<CommonParameters>
Response example
XML
format
<UnbindSerialNumberResponse>
<RequestId>284045DE-4C2D-463D-9F27-B6898E67D120</RequestId>
</UnbindSerialNumberResponse>
JSON
format
{
"RequestId":"284045DE-4C2D-463D-9F27-B6898E67D120"
}
Errors
For a list of error codes, visit the API Error Center.