IoTSiteWise / Client / delete_application

delete_application

IoTSiteWise.Client.delete_application(**kwargs)

Deletes an application by ID

See also: AWS API Documentation

Request Syntax

response = client.delete_application(
    workspaceName='string',
    id='string'
)
Parameters:
  • workspaceName (string) –

    [REQUIRED]

    Name of the workspace to associate with the underlying Application

  • id (string) –

    [REQUIRED]

    ID of the Application to delete

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions