Files
api-meditation/track/music/Remove Music from Playlist.bru
2026-05-21 15:19:04 +03:30

21 lines
237 B
Plaintext

meta {
name: Remove Music from Playlist
type: http
seq: 1
}
delete {
url: {{baseUrl}}/music/:musicId/remove-from-playlist
body: none
auth: inherit
}
params:path {
musicId: 1
}
settings {
encodeUrl: true
timeout: 0
}