v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Instance Controller

Delete Instance

Delete instance

delete/instance/delete/{instance}

Path parameters

instancestring required

Name of the instance to delete

Response

Ok

statusstring

The status of the response.

errorboolean

Indicates whether an error occurred.

Example response

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