Skip to main content
DELETE
/
api
/
v1
/
orgs
/
{org_id}
/
users
/
{user_id}
Delete Org User
curl --request DELETE \
  --url https://api.example.com/api/v1/orgs/{org_id}/users/{user_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

Authorization
string | null

Path Parameters

user_id
string<uuid>
required
org_id
string
required

Response

Successful Response