16 lines
209 B
Plaintext
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}}
|
|
}
|