Delete default splits by type for an artist
Artist
Delete default splits by type for an artist
artist//splits/
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. Method:DELETE
Path Parameters:
| Parameter | Type | Description |
|---|---|---|
| id | string | The unique identifier of the artist. |
| type | string | The type of splits to delete (e.g., ‘default’, ‘mechanical’, etc.) |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"