Skip to main content
DELETE
/
v1
/
organizations
/
{org_id}
/
members
/
{user_id}
Remove Member
curl --request DELETE \
  --url https://api.example.com/v1/organizations/{org_id}/members/{user_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.n8negri.xyz/llms.txt

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

Headers

Authorization
string | null

Path Parameters

org_id
string<uuid>
required
user_id
string<uuid>
required

Response

Successful Response