Description
For deleting a backend signature key.
- This function is intended for API activators.
- This API is used to delete an existing backend signature key.
- Keys bound to APIs cannot be deleted. You must unbind the APIs before using this interface to delete the keys.
- This API can call up to 50 QPS for a single user.
Request parameters
Name | Type | Required? | Description |
---|---|---|---|
Action | String | Yes | Operation interface name, which is a required parameter; value: DeleteSignature. |
SignatureId | String | Yes | ID of the backend signature key you want to delete. |
Return parameters
Name | Type | Description |
---|---|---|
RequestId | String | ID of the current request. |
Examples
Request example
https://apigateway.cn-qingdao.aliyuncs.com/?Action=DeleteSignature
&SignatureId=dd05f1c54d6749eda95f9fa6d491449a
&<Public request parameters>
Response example
XML
format
<DeleteSignatureResponse>
<RequestId>CEF72CEB-54B6-4AE8-B225-F876FF7BZ004</RequestId>
</DeleteSignatureResponse>
JSON
format
{
"RequestId": "CEF72CEB-54B6-4AE8-B225-F876FF7BZ004"
}