Examples

DELETE /katello/api/host_collections/992660475
{
  "host_collection": {}
}
200
{
  "host_ids": [],
  "name": "Simple Host Collection",
  "organization_id": 114267492,
  "max_hosts": null,
  "description": "The simplest of host collections.",
  "total_hosts": 0,
  "unlimited_hosts": true,
  "created_at": "2023-08-23 19:55:45 UTC",
  "updated_at": "2023-08-23 19:55:45 UTC",
  "id": 992660475,
  "permissions": {
    "deletable": true,
    "editable": true
  }
}

Params

Param name Description
id
required

Id of the host collection

Validations:

  • Must be a number.