Description
For removing the binding relationship between APIs and backend signature keys.
- This function is intended for API activators.
- This interface is used to remove the binding relationship between APIs and backend signature keys. You can unbind up to 100 APIs.
- The unbind operation takes effect instantly. After that, the requests sent by the API Gateway to your backend services do not carry signature strings. You must cancel verification for your backend services.
Request parameters
Name | Type | Required? | Description |
---|---|---|---|
Action | String | Yes | Operation interface name, which is a required parameter; value: RemoveSignatureApis. |
SignatureId | String | Yes | ID of the signature key you want to unbind. |
GroupId | String | Yes | ID of the API group to which the APIs you want to unbind belong. |
ApiIds | String | No | IDs of the APIs you want to unbind.
|
StageName | String | Yes | Name of the stage where the APIs are to be unbound.
|
Return parameters
Name | Type | Description |
---|---|---|
RequestId | String | ID of the current request. |
Examples
Request example
https://apigateway.cn-qingdao.aliyuncs.com/?Action=RemoveSignatureApis
&SignatureId=dd05f1c54d6749eda95f9fa6d491449a
&GroupId=0009db9c828549768a200320714b8930
&StageName=test
&<Public request parameters>
Response example
XML
format
<RemoveSignatureApisResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ004</RequestId>
</RemoveSignatureApisResponse>
JSON
format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ004"
}