Panorama / Client / delete_device

delete_device#

Panorama.Client.delete_device(**kwargs)#

Deletes a device.

See also: AWS API Documentation

Request Syntax

response = client.delete_device(
    DeviceId='string'
)
Parameters:

DeviceId (string) –

[REQUIRED]

The device’s ID.

Return type:

dict

Returns:

Response Syntax

{
    'DeviceId': 'string'
}

Response Structure

  • (dict) –

    • DeviceId (string) –

      The device’s ID.

Exceptions

  • Panorama.Client.exceptions.ConflictException

  • Panorama.Client.exceptions.ValidationException

  • Panorama.Client.exceptions.AccessDeniedException

  • Panorama.Client.exceptions.ResourceNotFoundException

  • Panorama.Client.exceptions.InternalServerException