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

***************
delete_revision
***************



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

  

  This operation deletes a revision.

  

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


  **Request Syntax**
  ::

    response = client.delete_revision(
        DataSetId='string',
        RevisionId='string'
    )
    
  :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`

  