Files
2026-06-03 20:14:20 +03:30

20 lines
190 B
Plaintext

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