Method: PulpcoreClient::ContentOpenpgpPublickeyApi#unset_label

Defined in:
lib/pulpcore_client/api/content_openpgp_publickey_api.rb

#unset_label(open_p_g_p_public_key_href, unset_label, opts = {}) ⇒ UnsetLabelResponse

Unset a label Unset a single pulp_label on the object.

Parameters:

  • open_p_g_p_public_key_href (String)
  • unset_label (UnsetLabel)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



358
359
360
361
# File 'lib/pulpcore_client/api/content_openpgp_publickey_api.rb', line 358

def unset_label(open_p_g_p_public_key_href, unset_label, opts = {})
  data, _status_code, _headers = unset_label_with_http_info(open_p_g_p_public_key_href, unset_label, opts)
  data
end