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

***********************
delete_scheduled_action
***********************



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

  

  Deletes a scheduled action.

  

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


  **Request Syntax**
  ::

    response = client.delete_scheduled_action(
        ScheduledActionName='string'
    )
    
  :type ScheduledActionName: string
  :param ScheduledActionName: **[REQUIRED]** 

    The name of the scheduled action to delete.

    

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

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

  