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
- application/json
Query Parameters
-
page: integer
A page number within the paginated result set.
-
page_size: integer
Number of results to return per page.
-
search: string
A search term.
Response
Supported Media Types
- application/json
200 Response
Nested Schema : BulkHostDelete
Type:
Show Source
object-
hosts(required):
array hosts
Maximum Number of Items:
100000List of hosts ids to be deleted, e.g. [105, 130, 131, 200]
Nested Schema : hosts
Type:
arrayMaximum Number of Items:
100000List of hosts ids to be deleted, e.g. [105, 130, 131, 200]
Show Source