Bulk Host Delete

get

/api/v2/bulk/host_delete/

This endpoint allows the client to delete multiple hosts from inventories. They may do this by providing a list of hosts ID's to be deleted.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : results
Type: array
Show Source
Nested Schema : BulkHostDelete
Type: object
Show Source
Nested Schema : hosts
Type: array
Maximum Number of Items: 100000
List of hosts ids to be deleted, e.g. [105, 130, 131, 200]
Show Source
Back to Top