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
                - application/json
Path Parameters
                
                
                
                Query Parameters
                - 
                        search(optional): string
                        
                        A search term.
Response
Supported Media Types
                - application/json
204 Response
403 Response
Example Response (application/json)
                    {
    "detail":"Cannot delete running job resource."
}