Skip to content
v0.3

extension.uninstall

Uninstall an app from the operator’s own tenant (self-service): revoke its credential, apply the declared data policy.

  • Scope: extensions.write
  • System: no
  • Reachable from: POST /v1/commands/extension.uninstall (tenant credential) · MCP tool extension.uninstall · SDK client.call('extension.uninstall', …)
  • Events: extension.uninstalled
{
"properties": {
"data": {
"enum": [
"drop",
"retain"
],
"type": "string"
},
"extension_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"extension_id",
"data"
],
"type": "object"
}

Open (unknown) — this command does not declare an output schema.

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)