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

************************
delete_snapshot_schedule
************************



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

  

  Deletes a snapshot schedule.

  

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


  **Request Syntax**
  ::

    response = client.delete_snapshot_schedule(
        ScheduleIdentifier='string'
    )
    
  :type ScheduleIdentifier: string
  :param ScheduleIdentifier: **[REQUIRED]** 

    A unique identifier of the snapshot schedule to delete.

    

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

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

  