rePostPrivate / Client / deregister_admin
deregister_admin#
- 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
Request Syntax
response = client.deregister_admin( adminId='string', spaceId='string' )
- Parameters:
adminId (string) –
[REQUIRED]
The ID of the admin to remove.
spaceId (string) –
[REQUIRED]
The ID of the private re:Post to remove the admin from.
- Returns:
None
Exceptions
rePostPrivate.Client.exceptions.AccessDeniedException
rePostPrivate.Client.exceptions.ValidationException
rePostPrivate.Client.exceptions.ResourceNotFoundException
rePostPrivate.Client.exceptions.ThrottlingException
rePostPrivate.Client.exceptions.InternalServerException