Skip to main content
DELETE
Delete default splits by type for an artist
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

artist//splits/ Description: Deletes all default splits for a specific artist and split type. Authorization:
  • Required role: admin or higher
Method: DELETE Path Parameters:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Artist ID

type
string
required

Type of splits to delete

Response

Splits deleted successfully

message
string
Example:

"Successfully deleted 2 split(s) for type: default"

result
object