:doc:`DataExchange <../../dataexchange>` / Client / delete_asset

************
delete_asset
************



.. py:method:: DataExchange.Client.delete_asset(**kwargs)

  

  This operation deletes an asset.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/DeleteAsset>`_  


  **Request Syntax**
  ::

    response = client.delete_asset(
        AssetId='string',
        DataSetId='string',
        RevisionId='string'
    )
    
  :type AssetId: string
  :param AssetId: **[REQUIRED]** 

    The unique identifier for an asset.

    

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

    The unique identifier for a data set.

    

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

    The unique identifier for a revision.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`DataExchange.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DataExchange.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DataExchange.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DataExchange.Client.exceptions.ConflictException`

  
  *   :py:class:`DataExchange.Client.exceptions.ValidationException`

  
  *   :py:class:`DataExchange.Client.exceptions.InternalServerException`

  