Sha256: 6ec91118ccc67ce7154fbe300c95c8c2b82c487766d213e7d0afa62e1b66cfd4
Contents?: true
Size: 1.1 KB
Versions: 15
Compression:
Stored size: 1.1 KB
Contents
# PulpcoreClient::OrphansApi All URIs are relative to *http://localhost:24817* Method | HTTP request | Description ------------- | ------------- | ------------- [**delete**](OrphansApi.md#delete) | **DELETE** /pulp/api/v3/orphans/ | Delete orphans ## delete > AsyncOperationResponse delete Delete orphans Trigger an asynchronous task that deletes allorphaned content and artifacts. ### Example ```ruby # load the gem require 'pulpcore_client' # setup authorization PulpcoreClient.configure do |config| # Configure HTTP basic authorization: Basic config.username = 'YOUR USERNAME' config.password = 'YOUR PASSWORD' end api_instance = PulpcoreClient::OrphansApi.new begin #Delete orphans result = api_instance.delete p result rescue PulpcoreClient::ApiError => e puts "Exception when calling OrphansApi->delete: #{e}" end ``` ### Parameters This endpoint does not need any parameter. ### Return type [**AsyncOperationResponse**](AsyncOperationResponse.md) ### Authorization [Basic](../README.md#Basic) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json
Version data entries
15 entries across 15 versions & 1 rubygems