Files
NowChessSystems/bruno/account/official/03 Delete Official Bot.bru
T
2026-04-30 18:56:54 +02:00

16 lines
209 B
Plaintext

meta {
name: Delete Official Bot
type: http
seq: 3
}
http {
method: DELETE
url: {{accountBaseUrl}}/account/official-bots/{{botId}}
auth: none
}
headers {
Authorization: Bearer {{adminToken}}
}