Skip to main content
DELETE
/
instance
/
logout
/
{instance}
Logout Instance
curl --request DELETE \
  --url https://api.botifiy.com/instance/logout/{instance} \
  --header 'apikey: <api-key>'
{
  "status": "<string>",
  "error": true,
  "response": {
    "message": "<string>"
  }
}

Authorizations

apikey
string
header
required

Path Parameters

instance
string
required

Name of the instance to logout

Response

Ok

status
string

Status of the operation

error
boolean

Whether an error occurred

response
object