v21

latestOpenAPI 3.0.0BSD (2-Clause)raw.githubusercontent.com2025-08-28251343.2 KB
memberships

Remove member from group

Remove a user from a group.

To remove yourself from a group you can use the alias me in place of {user}. This is equivalent to using your own user ID.

delete/groups/{id}/members/{user}

Path parameters

string required

A short string — the group ID assigned by the service

OR
string required

Unique identifier assigned by the group's owning authority

Example:4j7Dko3R
userstring required

Unique identifier for a user, with specified authority. The userID should be of the format acct:<username>@<authority>

Response

Success (No Content)