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

Description

artist/ Description: The /artist/{id} endpoint allows deleting a specific artist identified by their unique ID. Authorization:
  • Required role: admin or higher
Method: DELETE Path Parameter:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Artist ID

Response

Success

message
string