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.InternalServerExceptionIoTFleetWise.Client.exceptions.ConflictExceptionIoTFleetWise.Client.exceptions.ThrottlingExceptionIoTFleetWise.Client.exceptions.ValidationExceptionIoTFleetWise.Client.exceptions.AccessDeniedException