Skip to main content
DELETE
Remove group member
Remove a member from a group.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

id
string<uuid>
required

The group ID

Body

application/json
user_id
string
required

The ID of the user to remove from the group

Example:

"user-123"

Response

Member removed successfully

Last modified on April 27, 2026