DELETE
/
instance
/
logout
/
{instance}
Logout Instance
curl --request DELETE \
  --url https://{server-url}/instance/logout/{instance} \
  --header 'apikey: <api-key>'
{
  "status": "SUCCESS",
  "error": false,
  "response": {
    "message": "Instance logged out"
  }
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance to logout

Response

Ok

status
string

The status of the response.

error
boolean

Indicates whether an error occurred.

response
object