delete
https://developer.dacast.com/v2/playlists/
Delete a playlist but keep its contents.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Permanently delete a playlist by id.
A successful delete returns 204 with an empty body. VOD and channel items that were in the playlist are not deleted — only the playlist itself is removed.
If the playlist does not exist, the API returns 404.
Path parameter
| Name | Type | Description |
|---|---|---|
id | string (UUID) | Required. The playlist identifier. |
204Playlist deleted. Empty body.
