Panorama.Client.delete_device(**kwargs)¶Deletes a device.
See also: AWS API Documentation
Request Syntax
response = client.delete_device(
DeviceId='string'
)
[REQUIRED]
The device's ID.
{
'DeviceId': 'string'
}
Response Structure
The device's ID.
Exceptions
Panorama.Client.exceptions.ConflictExceptionPanorama.Client.exceptions.ValidationExceptionPanorama.Client.exceptions.AccessDeniedExceptionPanorama.Client.exceptions.ResourceNotFoundExceptionPanorama.Client.exceptions.InternalServerException