Delete Bulk Artists
Artist
Delete Bulk Artists
artist/bulk/delete
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.
Method:
POST
Request Payload:
| Parameter | Type | Description |
|---|---|---|
| ids | array | An array of artist IDs to delete. |
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Array of artist IDs to delete
Minimum array length:
1