:doc:`Lightsail <../../lightsail>` / Client / delete_container_service

************************
delete_container_service
************************



.. py:method:: Lightsail.Client.delete_container_service(**kwargs)

  

  Deletes your Amazon Lightsail container service.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteContainerService>`_  


  **Request Syntax**
  ::

    response = client.delete_container_service(
        serviceName='string'
    )
    
  :type serviceName: string
  :param serviceName: **[REQUIRED]** 

    The name of the container service to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Lightsail.Client.exceptions.ServiceException`

  
  *   :py:class:`Lightsail.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Lightsail.Client.exceptions.NotFoundException`

  
  *   :py:class:`Lightsail.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Lightsail.Client.exceptions.UnauthenticatedException`

  
  *   :py:class:`Lightsail.Client.exceptions.RegionSetupInProgressException`

  