WickrAdminAPI / Client / delete_bot

delete_bot

WickrAdminAPI.Client.delete_bot(**kwargs)

Deletes a bot from a specified Wickr network. This operation permanently removes the bot account and its associated data from the network.

See also: AWS API Documentation

Request Syntax

response = client.delete_bot(
    networkId='string',
    botId='string'
)
Parameters:
  • networkId (string) –

    [REQUIRED]

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

  • botId (string) –

    [REQUIRED]

    The unique identifier of the bot to be deleted.

Return type:

dict

Returns:

Response Syntax

{
    'message': 'string'
}

Response Structure

  • (dict) –

    • message (string) –

      A message indicating the result of the bot deletion operation.

Exceptions

  • WickrAdminAPI.Client.exceptions.ValidationError

  • WickrAdminAPI.Client.exceptions.BadRequestError

  • WickrAdminAPI.Client.exceptions.ResourceNotFoundError

  • WickrAdminAPI.Client.exceptions.ForbiddenError

  • WickrAdminAPI.Client.exceptions.UnauthorizedError

  • WickrAdminAPI.Client.exceptions.InternalServerError

  • WickrAdminAPI.Client.exceptions.RateLimitError