UninstallPolarClawPlugin
Uninstalls a PolarClaw plugin.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| PluginId |
string |
Yes |
The plugin ID. |
openclaw-lark |
| Restart |
boolean |
No |
Indicates whether to restart the gateway after the plugin is uninstalled. The default is true. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response body. |
||
| RequestId |
string |
The request ID. |
3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The response status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| Ok |
boolean |
Indicates whether the operation was successful. |
true |
| PluginId |
string |
The plugin ID. |
openclaw-lark |
| Restarted |
boolean |
Indicates whether the gateway has been restarted. |
true |
Examples
Success response
JSON format
{
"RequestId": "3E5CD764-FCCA-5C9C-838E-20E0DE84B2AF",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Ok": true,
"PluginId": "openclaw-lark",
"Restarted": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.