WickrAdminAPI / Client / delete_data_retention_bot

delete_data_retention_bot

WickrAdminAPI.Client.delete_data_retention_bot(**kwargs)

Deletes the data retention bot from a Wickr network. This operation permanently removes the bot and all its associated data from the database.

See also: AWS API Documentation

Request Syntax

response = client.delete_data_retention_bot(
    networkId='string'
)
Parameters:

networkId (string) –

[REQUIRED]

The ID of the Wickr network from which the data retention bot will be deleted.

Return type:

dict

Returns:

Response Syntax

{
    'message': 'string'
}

Response Structure

  • (dict) –

    • message (string) –

      A message indicating that the data retention bot and all associated data were successfully deleted.

Exceptions