2dd0501687
Build & Test (NowChessSystems) TeamCity build failed
refactor(bru): standardize authentication settings across requests chore: add coordinator base URL to configuration files
21 lines
255 B
Plaintext
21 lines
255 B
Plaintext
meta {
|
|
name: Delete Official Bot
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
delete {
|
|
url: {{accountBaseUrl}}/account/official-bots/{{botId}}
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|
|
|
|
headers {
|
|
Authorization: Bearer {{adminToken}}
|
|
}
|