Deletes a common parameter.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DeleteParameter |
The operation that you want to perform. Set the value to DeleteParameter. |
Name | String | Yes | MyParameter |
The name of the common parameter. The name can be up to 200 characters in length and can contain only letters, digits, hyphens (-), and underscores (_). It cannot start with ALIYUN, ACS, ALIBABA, ALICLOUD, or OOS. |
RegionId | String | No | cn-hangzhou |
The ID of the region. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | C0D02BDF-77F6-49F2-95C9-8E87121D2979 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DeleteParameter
&Name=MyParameter
&<Common request parameters>
Sample success responses
XML
format
<RequestId>C0D02BDF-77F6-49F2-95C9-8E87121D2979</RequestId>
JSON
format
{
"RequestId": "C0D02BDF-77F6-49F2-95C9-8E87121D2979"
}
Error codes
For a list of error codes, visit the API Error Center.