Disconnecting organisation from the partner
Prerequisites
Get partner-integration-uuid
from GET /partner-integrations
.
Full documentation here.
Accepted query parameters:
organisation_uuid
- organisation UUID, optional.account_uuid
- account UUID, optional.configuration_uuid
- onboarding configuration UUID you used to create an onboarding process.
Disconnecting
To disconnect organisation from the partner, use POST /partner-integrations/{partner-integration-uuid}/disable
API endpoint.
Full documentation here.
Request body should be empty.