:doc:`Batch <../../batch>` / Client / delete_scheduling_policy

************************
delete_scheduling_policy
************************



.. py:method:: Batch.Client.delete_scheduling_policy(**kwargs)

  

  Deletes the specified scheduling policy.

   

  You can't delete a scheduling policy that's used in any job queues.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/DeleteSchedulingPolicy>`_  


  **Request Syntax**
  ::

    response = client.delete_scheduling_policy(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the scheduling policy to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Batch.Client.exceptions.ClientException`

  
  *   :py:class:`Batch.Client.exceptions.ServerException`

  