DELETE /api/v202407/summaryAccount/{summaryAccountId}/subAccount

Unlinks all sub-accounts from a summary account

UnlinkSubAccountsV202407 Permissions: Accounts (Edit)
Use this endpoint to remove all sub-account links from a summary account at once. After this operation, the summary account has no sub-accounts. This does not delete the sub-accounts themselves. To unlink a single sub-account, use DELETE /summaryAccount/{summaryAccountId}/subAccount/{subAccountId}.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
summaryAccountId The unique numeric identifier of the summary account to unlink all sub-accounts from integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.