delete_ota_update
(**kwargs)¶Delete an OTA update.
Requires permission to access the DeleteOTAUpdate action.
See also: AWS API Documentation
Request Syntax
response = client.delete_ota_update(
otaUpdateId='string',
deleteStream=True|False,
forceDeleteAWSJob=True|False
)
[REQUIRED]
The ID of the OTA update to delete.
dict
Response Syntax
{}
Response Structure
Exceptions
IoT.Client.exceptions.InvalidRequestException
IoT.Client.exceptions.ResourceNotFoundException
IoT.Client.exceptions.ThrottlingException
IoT.Client.exceptions.UnauthorizedException
IoT.Client.exceptions.InternalFailureException
IoT.Client.exceptions.ServiceUnavailableException
IoT.Client.exceptions.VersionConflictException