Skip to main content
POST
Delete Bulk Artists
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

artist/bulk/delete Description: The /artist/bulk/delete endpoint allows deletion of multiple artists simultaneously. Authorization:
  • Required role: admin or higher
Method: POST Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
string<uuid>[]
required

Array of artist IDs to delete

Minimum array length: 1

Response

Success

message
string

Status message

processedCount
integer

Number of artists successfully deleted

failedDeletions
object[]