/split/bulk/delete
) allows users to delete multiple revenue split configurations in bulk.
Method:POST
Request Payload:
The request payload should be a JSON object with an array of revenue split configuration IDs (ids) to be deleted.
Parameter | Type | Required | Description |
---|---|---|---|
ids | string[] | Yes | An array of revenue split configuration IDs (UUIDs) to be deleted |
This request deletes multiple revenue split configurations with the specified UUIDs. Ensure you provide the necessary authentication token in the request header and the IDs of the configurations you want to delete in the request payload.
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
ids | array | ā | An array of revenue split configuration IDs (UUIDs) to be deleted |
Responses
ā 200 - Split configurations deleted successfully
ā ļø 400 - Bad Request - Invalid IDs
ā ļø 401 - Unauthorized
ā ļø 404 - Not Found
ā 500 - Internal Server Error
Tags
Splits
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
An array of revenue split configuration IDs (UUIDs) to be deleted