Skip to main content
DELETE
Delete Split
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

/split/ Description: The /split/{splitId} endpoint deletes the split with the specified splitId from the system. Authorization:
  • Required role: admin or higher
Method: DELETE

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Split ID

Response

Success

message
string