:doc:`rePostPrivate <../../repostspace>` / Client / deregister_admin

****************
deregister_admin
****************



.. py:method:: rePostPrivate.Client.deregister_admin(**kwargs)

  

  Removes the user or group from the list of administrators of the private re:Post.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/repostspace-2022-05-13/DeregisterAdmin>`_  


  **Request Syntax**
  ::

    response = client.deregister_admin(
        spaceId='string',
        adminId='string'
    )
    
  :type spaceId: string
  :param spaceId: **[REQUIRED]** 

    The ID of the private re:Post to remove the admin from.

    

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

    The ID of the admin to remove.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`rePostPrivate.Client.exceptions.ValidationException`

  
  *   :py:class:`rePostPrivate.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`rePostPrivate.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`rePostPrivate.Client.exceptions.ThrottlingException`

  
  *   :py:class:`rePostPrivate.Client.exceptions.InternalServerException`

  