:doc:`IoTWireless <../../iotwireless>` / Client / delete_wireless_gateway_task_definition

***************************************
delete_wireless_gateway_task_definition
***************************************



.. py:method:: IoTWireless.Client.delete_wireless_gateway_task_definition(**kwargs)

  

  Deletes a wireless gateway task definition. Deleting this task definition does not affect tasks that are currently in progress.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/DeleteWirelessGatewayTaskDefinition>`_  


  **Request Syntax**
  ::

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

    The ID of the resource to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

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

  