---
title: "Remove a song from S3"
method: DELETE
path: "/api/os/s3/song"
---

# Remove a song from S3

`DELETE /api/os/s3/song`

Remove a song whose information matches the data sent from AWS S3 (`bucket` and `key`)

## Request body

- object
  - `bucket` string, required
  - `key` string, required

## Response `204`

No Content

---

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