Files
2026-05-21 15:19:04 +03:30

21 lines
206 B
Plaintext

meta {
name: delete category
type: http
seq: 16
}
delete {
url: {{baseUrl}}/music-categories/:id
body: none
auth: inherit
}
params:path {
id:
}
settings {
encodeUrl: true
timeout: 0
}