:doc:`Redshift <../../redshift>` / Client / delete_snapshot_copy_grant

**************************
delete_snapshot_copy_grant
**************************



.. py:method:: Redshift.Client.delete_snapshot_copy_grant(**kwargs)

  

  Deletes the specified snapshot copy grant.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteSnapshotCopyGrant>`_  


  **Request Syntax**
  ::

    response = client.delete_snapshot_copy_grant(
        SnapshotCopyGrantName='string'
    )
    
  :type SnapshotCopyGrantName: string
  :param SnapshotCopyGrantName: **[REQUIRED]** 

    The name of the snapshot copy grant to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.InvalidSnapshotCopyGrantStateFault`

  
  *   :py:class:`Redshift.Client.exceptions.SnapshotCopyGrantNotFoundFault`

  