Skip to main content
POST
/
v1
/
bots
/
{botId}
/
unpublish
Unpublish a bot
curl --request POST \
  --url https://app.quick.bot/api/v1/bots/{botId}/unpublish \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

Response

Successful response

message
enum<string>
required
Available options:
success
I