Skip to main content
DELETE
/
tenant-auth
/
v1
/
groups
/
{groupId}
/
members
/
{userId}
Remove a user from a group
curl --request DELETE \
  --url https://api.swarmd.ai/tenant-auth/v1/groups/{groupId}/members/{userId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token (USER, AGENT, or SERVICE auth)

Path Parameters

groupId
string<uuid>
required
userId
string<uuid>
required

Response

204

No Content