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

200
application/json
Ok
status
string

The status of the response.

error
boolean

Indicates whether an error occurred.

response
object