---
title: "Delete songs IDs (deprecated)"
method: DELETE
path: "/api/v2/library/song"
tags: ["My Library"]
---

# Delete songs IDs (deprecated)

`DELETE /api/v2/library/song`

## Request body

- object
  - `identifiers` object[]
    - `identifier` string
    - `platformCode` string

## Response `200`

A SongSubmitted response

- IdentifiersSubmittedResponse
  - `sent` integer
  - `updated` integer
  - `duplicate` integer
  - `ignored` integer
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `400` — Invalid request
- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.

---

[API](https://skmtc.net/soundcharts/apis/soundcharts-api.md) · [All operations](https://skmtc.net/soundcharts/apis/soundcharts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soundcharts/soundcharts-api/versions/3c3527dd7996/schema)
