Files
api-meditation/breath exercise/breathing colors/delete breathing color.bru
T
2026-06-16 19:14:43 +03:30

20 lines
200 B
Plaintext

meta {
name: delete breathing color
type: http
seq: 4
}
delete {
url: {{baseUrl}}/breathing-colors/:id
body: none
auth: inherit
}
params:path {
id: 1
}
settings {
encodeUrl: true
}