DELETE /api/v202407/billAccountChargeSplit/account/{accountId}

Deletes charge split settings for a specific account, reverting to the vendor-level or system-wide method

DeleteAccountBillAccountChargeSplitSettingsV202407 Permissions: BillWorkflowSettings (Manage)
Use this endpoint to remove an account-level charge split rule. After deletion, the account will use its vendor’s rule (if one exists) or fall back to the system-wide default method.

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
accountId The unique numeric identifier of the account whose charge split settings are being removed integer (int32) Required

Responses

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