Skip to main content
DELETE
cURL
This endpoint removes the relationship in catalog_songs for each catalog_id and ISRC pair. The song data itself is not deleted.

Body

application/json

Array of songs to remove from catalog

songs
object[]
required

Array of songs for batch deletes

Response

Songs removed from catalog successfully

Response containing catalog songs data with pagination

status
enum<string>

Status of the request

Available options:
success,
error
songs
object[]

Array of song objects with artist information

pagination
object

Pagination metadata for the response

error
string

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