21 lines
237 B
Plaintext
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
|
|
}
|