Skip to main content
DELETE
Remove Artist from Label
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

labelId
string<uuid>
required
artistId
string<uuid>
required

Response

Success

status
string
Example:

"success"

message
string
Example:

"Artist removed from label successfully"