Instance Controller
Delete Instance
Deletes instance
delete/instance/delete/{instance}
Path parameters
instancestring required
ID of the instance to connect
Response
Ok
Example response
{
"status": "SUCCESS",
"error": false,
"response": {
"message": "Instance deleted"
}
}