Method: PulpFileClient::DistributionsFileApi#delete

Defined in:
lib/pulp_file_client/api/distributions_file_api.rb

#delete(file_file_distribution_href, opts = {}) ⇒ AsyncOperationResponse

Delete a file distribution Trigger an asynchronous delete task

Parameters:

  • file_file_distribution_href (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



161
162
163
164
# File 'lib/pulp_file_client/api/distributions_file_api.rb', line 161

def delete(file_file_distribution_href, opts = {})
  data, _status_code, _headers = delete_with_http_info(file_file_distribution_href, opts)
  data
end