Skip to main content
DELETE
/
vm
/
{id}
Delete a vm
curl --request DELETE \
  --url https://iaas-api.liara.ir/vm/{id} \
  --header 'Authorization: Bearer <token>'
{
  "taskID": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful operation

taskID
string