integrations
Disconnect Plugin
Disconnect a plugin: revoke its API keys, keep its data.
The agent user and everything it wrote stay — deleting data on
disconnect would be surprising; full removal stays on
DELETE /api/v1/agents/{agent_id}. Re-provisioning later revives
the same identity with a fresh key.
Path Parameters
- plugin_key (str): Key of a known plugin (see GET /api/v1/integrations/status).
DELETE
Disconnect Plugin