playlistDelete Mutation
Description
Deletes a playlist by its reference ID. Returns a success message upon deletion.
mutation playlistDelete($playlistRef: ID!) {
playlistDelete(playlistRef: $playlistRef)
}
Variables
{
"playlistRef": "f10b3a740b34169f2604038c"
}
Response
{
"playlistDelete": "example"
}
Arguments
| Name | Type | Description |
|---|---|---|
playlistRef | ID! | Reference ID of the playlist to delete. |