DELETE

https://{server-url}

/
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
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Response

200 - application/json
status
string

The status of the response.

error
boolean

Indicates whether an error occurred.

response
object