Skip to main content
DELETE
cURL
When unlinking a catalog from an account, if no other accounts remain linked to the catalog, the catalog is automatically deleted (cascading to catalog_songs). Otherwise, only the account-catalog relationship is removed.

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Body

application/json

Array of catalog-account pairs to remove

catalogs
object[]
required

Array of catalog-account pairs to remove

Response

Catalogs unlinked successfully

Response containing catalogs data

status
enum<string>

Status of the request

Available options:
success,
error
catalogs
object[]

Array of catalog objects

error
string

Error message (only present if status is 'error')