v1

latestOpenAPI 3.1.02026-07-1740131135.9 KB

Delete Group

Delete the group with given ID.

Args: request (GroupInfoRequest): Contains the ID of the group to be deleted user (Annotated[User, Depends(get_current_user)]): The user (in this case must be owner for anything to happen) session (Annotated[Session, Depends(get_session)]): The database session

Returns: JSONResponse: Aknowledgement of the deletion

Raises: HTTPException: Insufficient authorization etc.

post/gdm/delete_group

Request body

group_idinteger required

Response

Successful Response

{"stackTrail":"paths:/gdm/delete_group:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}