:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / delete_ota_task

***************
delete_ota_task
***************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.delete_ota_task(**kwargs)

  

  Delete the over-the-air (OTA) task.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/DeleteOtaTask>`_  


  **Request Syntax**
  ::

    response = client.delete_ota_task(
        Identifier='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The identifier of the over-the-air (OTA) task.

    

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

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

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

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

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

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.LimitExceededException`

  