:doc:`TimestreamQuery <../../timestream-query>` / Client / delete_scheduled_query

**********************
delete_scheduled_query
**********************



.. py:method:: TimestreamQuery.Client.delete_scheduled_query(**kwargs)

  

  Deletes a given scheduled query. This is an irreversible operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/timestream-query-2018-11-01/DeleteScheduledQuery>`_  


  **Request Syntax**
  ::

    response = client.delete_scheduled_query(
        ScheduledQueryArn='string'
    )
    
  :type ScheduledQueryArn: string
  :param ScheduledQueryArn: **[REQUIRED]** 

    The ARN of the scheduled query.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`TimestreamQuery.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`TimestreamQuery.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`TimestreamQuery.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`TimestreamQuery.Client.exceptions.InvalidEndpointException`

  