:doc:`SageMaker <../../sagemaker>` / Client / delete_hub_content_reference

****************************
delete_hub_content_reference
****************************



.. py:method:: SageMaker.Client.delete_hub_content_reference(**kwargs)

  

  Delete a hub content reference in order to remove a model from a private hub.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHubContentReference>`_  


  **Request Syntax**
  ::

    response = client.delete_hub_content_reference(
        HubName='string',
        HubContentType='Model'|'Notebook'|'ModelReference'|'DataSet'|'JsonDoc',
        HubContentName='string'
    )
    
  :type HubName: string
  :param HubName: **[REQUIRED]** 

    The name of the hub to delete the hub content reference from.

    

  
  :type HubContentType: string
  :param HubContentType: **[REQUIRED]** 

    The type of hub content reference to delete. The only supported type of hub content reference to delete is ``ModelReference``.

    

  
  :type HubContentName: string
  :param HubContentName: **[REQUIRED]** 

    The name of the hub content to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SageMaker.Client.exceptions.ResourceNotFound`

  