Description
You can call this operation to delete a plug-in.
- This operation is intended for API providers.
- Before you can delete a plug-in, you must unbind it from all APIs. An error will be reported if you delete a plug-in that is bound to an API.
Request parameters
Name | Type | Required | Description |
---|---|---|---|
Action | String | Yes | The operation that you want to perform. Set this value to DeletePlugin. |
PluginId | String | Yes | The ID of the plug-in that you want to delete. |
Response parameters
Name | Type | Description |
---|---|---|
RequestId | String | The request ID |
Examples
Sample request
http://apigateway.cn-qingdao.aliyuncs.com/?Action=DeletePlugin
&PluginId=9a3f1a5279434f2ba74ccd91c295af9f
&<Common request parameters>
Sample responses
XML
format
<DeletePluginResponse>
<RequestId>46373DC4-19F1-4DC8-8C31-1107289BB5E0</RequestId>
</DeletePluginResponse>
JSON
format
{
"RequestId": "46373DC4-19F1-4DC8-8C31-1107289BB5E0"
}