Skip to content
Deprecated

Delete an artist

DELETE
/api/v1/artists/{artistId}

This endpoint was used to delete artists. Unfortunately, that caused a lot of controversy. So, this endpoint is now deprecated and should not be used anymore. You can use the PUTUpdate an artist endpoint instead.

Authorizations

bearerAuth
Type
HTTP (bearer)
or
apiKeyHeader
Type
API Key (header: X-API-Key)

Parameters

Path Parameters

artistId*
Type
integer
Required
Example1
Format
"int64"

Responses

Bad Request - Deprecated Endpoint

application/json
JSON
{
"type": "https://example.com/errors/generic-error",
"title": "Something went wrong here.",
"status": 403,
"detail": "Unfortunately, we can’t provide further information."
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI