---
title: "Delete a playback ID"
method: DELETE
path: "/video/v1/assets/{ASSET_ID}/playback-ids/{PLAYBACK_ID}"
tags: ["Assets"]
---

# Delete a playback ID

`DELETE /video/v1/assets/{ASSET_ID}/playback-ids/{PLAYBACK_ID}`

Deletes a playback ID, rendering it nonfunctional for viewing an asset's video content. Please note that deleting the playback ID removes access to the underlying asset; a viewer who started playback before the playback ID was deleted may be able to watch the entire video for a limited duration.

## Path parameters

- `ASSET_ID` string, required
- `PLAYBACK_ID` string, required

## Response `204`

No Content

---

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