Skip to main content
DELETE
/
api
/
artists
/
{id}
cURL
curl --request DELETE \
  --url https://recoup-api.vercel.app/api/artists/{id}
{
  "success": true,
  "artistId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Path Parameters

id
string<uuid>
required

Artist account ID to delete.

Response

Artist deleted successfully

success
boolean
required

Whether the artist delete completed successfully

artistId
string<uuid>
required

UUID of the artist account that was deleted or unlinked