Files
api-meditation/settings/delete scene.bru
T
2026-06-03 20:14:20 +03:30

20 lines
179 B
Plaintext

meta {
name: delete scene
type: http
seq: 4
}
delete {
url: {{baseUrl}}/scenes/:id
body: none
auth: inherit
}
params:path {
id:
}
settings {
encodeUrl: true
}