v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Master account

Delete sub-account from group

This endpoint allows you to remove a sub-organization from a group.

put/corporate/group/unlink/{groupId}/subAccounts

Path parameters

groupIdstring required

Id of the group

Request body

subAccountIdsinteger[] required

List of sub-account ids

Example request

{
  "subAccountIds": [
    423432,
    234323,
    87678
  ]
}

Response

SubAccounts removed from the group