The
/artist/bulk/delete
endpoint allows deletion of multiple artists simultaneously.
Method:POST
Request Payload:
Parameter | Type | Description |
---|---|---|
artistIds | array | An array of artist IDs to delete. |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
ids | array | ✅ | Array of artist IDs to delete |
Responses
✅ 200 - Success
⚠️ 401 - Unauthorized
❌ 500 - Internal Server Error
Tags
Artist
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Array of artist IDs to delete
Minimum length:
1