delete https://example.com/v1/operations//accounts
Remove one or multiple accounts from a PRIVATE Operation.
Feature flag
- Available only when
OPERATIONSis ON (otherwise 403).
Access control
OPERATOR: can remove accounts from anyPRIVATEOperation inDRAFT.ACCOUNT: must have rightOPERATIONS_UPDATE, be the owner of the Operation, and be attached to the effective store (dj-storeif provided, otherwise tenant default store).
Business rules
- Only
PRIVATEOperations are eligible. - Only
DRAFTOperations are modifiable. - Account IDs provided must already be linked to the Operation.
- Unknown or not-linked accountIds are ignored.
- If none of the provided accountIds are valid, an error is returned.
