Skip to main content

Delete a virtual machine group

DELETE 

https://api.katapult.io/core/v1/virtual_machine_groups/virtual_machine_group

Scopes

  • virtual_machine_groups

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    virtual_machine_group

    object

    required

    id string

Responses

Schema

    virtual_machine_group

    object

    required

    id string
    name string
    segregate boolean
    auto_segregate boolean
    created_at integer
curl -L -X DELETE 'https://api.katapult.io/core/v1/virtual_machine_groups/virtual_machine_group' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"virtual_machine_group": {
"id": "string"
}
}'
Request Collapse all
Base URL
https://api.katapult.io/core/v1
Auth
Body
{
  "virtual_machine_group": {
    "id": "string"
  }
}
ResponseClear

Click the Send API Request button above and see the response here!