Skip to main content
DELETE
/
organization
/
members
/
{user_id}
Delete Org Member
curl --request DELETE \
  --url https://api.example.com/organization/members/{user_id} \
  --cookie fastapiusersauth=
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

user_id
string<uuid4>
required

Response

Successful Response