cURL
curl --request DELETE \ --url https://recoup-api.vercel.app/api/artists/{id}
{ "success": true, "artistId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Delete an artist accessible to the authenticated account.
Artist account ID to delete.
Artist deleted successfully
Whether the artist delete completed successfully
UUID of the artist account that was deleted or unlinked
Was this page helpful?