Delete an Inventory Update

delete

/api/v2/inventory_updates/{id}/

Make a DELETE request to this resource to delete this inventory update.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

204 Response

403 Response

Body
Example Response (application/json)
{
    "detail":"Cannot delete running job resource."
}
Back to Top