Delete Third-Party Connection
Disconnects the connection: its credentials are cleared and it leaves the tenant's slot, but the connection and everything attached to it stay, so reconnecting continues it. For document storage connections, pass permanent=true to remove the connection outright: its documents are detached and its client folder mappings are deleted. That is the deliberate way to move to a different account or provider. Either form is refused while the connection is still the tenant's active one.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| code* | path string | |
| permanent | query boolean | |
Responses
204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found