Files
api-meditation/insight timer/background sounds/delete background sound.bru
T
2026-06-03 20:14:20 +03:30

20 lines
202 B
Plaintext

meta {
name: delete background sound
type: http
seq: 5
}
delete {
url: {{baseUrl}}/background-sounds/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}