:doc:`RedshiftServerless <../../redshift-serverless>` / Client / delete_snapshot_copy_configuration

**********************************
delete_snapshot_copy_configuration
**********************************



.. py:method:: RedshiftServerless.Client.delete_snapshot_copy_configuration(**kwargs)

  

  Deletes a snapshot copy configuration

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/DeleteSnapshotCopyConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_snapshot_copy_configuration(
        snapshotCopyConfigurationId='string'
    )
    
  :type snapshotCopyConfigurationId: string
  :param snapshotCopyConfigurationId: **[REQUIRED]** 

    The ID of the snapshot copy configuration to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'snapshotCopyConfiguration': {
              'destinationKmsKeyId': 'string',
              'destinationRegion': 'string',
              'namespaceName': 'string',
              'snapshotCopyConfigurationArn': 'string',
              'snapshotCopyConfigurationId': 'string',
              'snapshotRetentionPeriod': 123
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **snapshotCopyConfiguration** *(dict) --* 

        The deleted snapshot copy configuration object.

        
        

        - **destinationKmsKeyId** *(string) --* 

          The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.

          
        

        - **destinationRegion** *(string) --* 

          The destination Amazon Web Services Region to copy snapshots to.

          
        

        - **namespaceName** *(string) --* 

          The name of the namespace to copy snapshots from in the source Amazon Web Services Region.

          
        

        - **snapshotCopyConfigurationArn** *(string) --* 

          The ARN of the snapshot copy configuration object.

          
        

        - **snapshotCopyConfigurationId** *(string) --* 

          The ID of the snapshot copy configuration object.

          
        

        - **snapshotRetentionPeriod** *(integer) --* 

          The retention period of snapshots that are copied to the destination Amazon Web Services Region.

          
    
  
  **Exceptions**
  
  *   :py:class:`RedshiftServerless.Client.exceptions.InternalServerException`

  
  *   :py:class:`RedshiftServerless.Client.exceptions.ResourceNotFoundException`

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

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

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

  