Instances
Delete an instance
Terminate an instance and release associated resources.
x-api-key<token>
In: header
Path Parameters
idstring
The unique ID of the instance
Query Parameters
regionstring
The region code.
Default
"eu2"Response Body
application/json
application/json
application/json
curl -X DELETE "https://anton-api.huddle01.media/api/v1/instances/string?region=eu2"{
"message": "Operation successful"
}Empty
{
"status": "HTTP_400",
"message": "Invalid request",
"data": {},
"request_id": "string"
}{
"status": "HTTP_400",
"message": "Invalid request",
"data": {},
"request_id": "string"
}