:doc:`CloudWatchApplicationSignals <../../application-signals>` / Client / delete_service_level_objective

******************************
delete_service_level_objective
******************************



.. py:method:: CloudWatchApplicationSignals.Client.delete_service_level_objective(**kwargs)

  

  Deletes the specified service level objective.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/DeleteServiceLevelObjective>`_  


  **Request Syntax**
  ::

    response = client.delete_service_level_objective(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ARN or name of the service level objective to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatchApplicationSignals.Client.exceptions.ValidationException`

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

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

  