:doc:`WickrAdminAPI <../../wickr>` / Client / delete_bot

**********
delete_bot
**********



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/wickr-2024-02-01/DeleteBot>`_  


  **Request Syntax**
  ::

    response = client.delete_bot(
        networkId='string',
        botId='string'
    )
    
  :type networkId: string
  :param networkId: **[REQUIRED]** 

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

    

  
  :type botId: string
  :param botId: **[REQUIRED]** 

    The unique identifier of the bot to be deleted.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'message': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **message** *(string) --* 

        A message indicating the result of the bot deletion operation.

        
  
  **Exceptions**
  
  *   :py:class:`WickrAdminAPI.Client.exceptions.ValidationError`

  
  *   :py:class:`WickrAdminAPI.Client.exceptions.BadRequestError`

  
  *   :py:class:`WickrAdminAPI.Client.exceptions.ResourceNotFoundError`

  
  *   :py:class:`WickrAdminAPI.Client.exceptions.ForbiddenError`

  
  *   :py:class:`WickrAdminAPI.Client.exceptions.UnauthorizedError`

  
  *   :py:class:`WickrAdminAPI.Client.exceptions.InternalServerError`

  
  *   :py:class:`WickrAdminAPI.Client.exceptions.RateLimitError`

  