delete_model_manifest
(**kwargs)¶Deletes a vehicle model (model manifest).
Note
If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
See also: AWS API Documentation
Request Syntax
response = client.delete_model_manifest(
name='string'
)
[REQUIRED]
The name of the model manifest to delete.
{
'name': 'string',
'arn': 'string'
}
Response Structure
The name of the deleted model manifest.
The Amazon Resource Name (ARN) of the deleted model manifest.
Exceptions
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ConflictException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException