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

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Response

Ok

status
string

The status of the response.

error
boolean

Indicates whether an error occurred.

response
object