Linked Accounts
Delete an Integration
Remove an integration (or a single connection) from a linked account.
DELETE
Remove an integration from a linked account. If
auth_type is supplied, only that single connection within the integration is removed. When no connections remain, the workflow-side installation is deleted, related caches and dataslot keys are cleared, a webhook event is emitted, and a token-revoke job is enqueued for apps that support it.
The updated linked account is returned. The call succeeds even if the integration was not present (the account is returned unchanged).
Authentication
Your Refold API key. Find it in Settings → Credentials.
The linked account to operate on. May also be passed as a query parameter.
Path Parameters
The application slug of the integration to remove.Example:
hubspotQuery Parameters
The linked account ID (required as header or query parameter).
Remove only a single connection of this auth type (e.g.
oauth2, keybased) instead of the whole integration.Response
- 200 OK