Skip to main content
DELETE
/
groups
/
{group_id}
/
members
/
{member_id}
Remove Group Member
curl --request DELETE \
  --url https://api.example.com/groups/{group_id}/members/{member_id}
{
  "id": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

group_id
string
required
member_id
string
required

Response

Successful Response

id
string
required
message
string
required