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