IoTFleetHub / Client / delete_application

delete_application#

IoTFleetHub.Client.delete_application(**kwargs)#

Deletes a Fleet Hub for IoT Device Management web application.

See also: AWS API Documentation

Request Syntax

response = client.delete_application(
    applicationId='string',
    clientToken='string'
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

    The unique Id of the web application.

  • clientToken (string) –

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoTFleetHub.Client.exceptions.InvalidRequestException

  • IoTFleetHub.Client.exceptions.ResourceNotFoundException

  • IoTFleetHub.Client.exceptions.InternalFailureException

  • IoTFleetHub.Client.exceptions.ThrottlingException