feat: delete music

This commit is contained in:
2026-05-20 08:42:41 +03:30
parent 54ffdd060e
commit 445d2ac99e
8 changed files with 7 additions and 35 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: delete music
type: http
seq: 2
}
delete {
url: {{baseUrl}}/music/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
timeout: 0
}
+1 -1
View File
@@ -1,6 +1,6 @@
meta {
name: track
seq: 15
seq: 14
}
auth {