DELETE /publishers/{publisher}
Delete publisher
Permanently delete a publisher from your catalog. This action cannot be undone.
A publisher that is credited on a track or set as a label default cannot be deleted
on its own — that call returns 422 with error_code: PUBLISHER_IN_USE. Pass
replace_with to move those credits to another publisher in your catalog and
delete this one in the same call.
A 422 carrying error_code: REPLACEMENT_UNAVAILABLE means the publisher named by
replace_with was no longer available to take the credits. Nothing was deleted and
no credit was moved — name another publisher and try again.
Parameters
- publisher (path)
- replace_with (query)
Responses
- 204 — No content
- 422
- 404
- 403
- 401