API Docs / Operations / Third-Party Connections / Delete Third-Party Connection

Delete Third-Party Connection

DELETE /tenants/{tenant}/connections/{code}

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

NameTypeDescription
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

Try it