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( spaceId='string', adminId='string' )
- Parameters:
spaceId (string) –
[REQUIRED]
The ID of the private re:Post to remove the admin from.
adminId (string) –
[REQUIRED]
The ID of the admin to remove.
- Returns:
None
Exceptions