Skip to content
v0.3

platform.extension.uninstall

Uninstall an extension for a tenant: revoke its credential, deactivate the install, apply the declared data policy.

  • Scope: platform.extension.write
  • System: yes
  • Reachable from: the platform CONTROL face, with a platform credential — never a tenant one. See the surfaces.
  • Events: extension.uninstalled
{
"properties": {
"data": {
"enum": [
"drop",
"retain"
],
"type": "string"
},
"extension_id": {
"minLength": 1,
"type": "string"
},
"tenant_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"extension_id",
"tenant_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)