Skip to main content
POST
Bulk delete Splits
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Bulk Delete Revenue Split Configurations The Bulk Delete Revenue Split Configurations endpoint (/split/bulk/delete) allows users to delete multiple revenue split configurations in bulk. Authorization:
  • Required role: admin or higher
Method: POST Request Payload: The request payload should be a JSON object with an array of revenue split configuration IDs (ids) 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.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
ids
string<uuid>[]
required

An array of revenue split configuration IDs (UUIDs) to be deleted

Response

Split configurations deleted successfully

message
string
deletedCount
integer
errors
string[]