v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-06-11720209.3 KB
Instance Controller

Delete Instance

Deletes instance

delete/instance/delete/{instance}

Path parameters

instancestring required

ID of the instance to connect

Response

Ok

statusstring

The status of the response.

errorboolean

Indicates whether an error occurred.

Example response

{
  "status": "SUCCESS",
  "error": false,
  "response": {
    "message": "Instance deleted"
  }
}