Skip to main content
DELETE
/
v2
/
organizations
/
{org_id}
/
users
/
{user_id}
Remove a user from an organization
curl --request DELETE \
  --url https://api.arize.com/v2/organizations/{org_id}/users/{user_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "title": "Invalid request parameters",
  "detail": "The 'name' field is required and must be a non-empty string.",
  "instance": "/resource",
  "type": "https://example.com/probs/invalid-request"
}

Documentation Index

Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format

Path Parameters

org_id
string
required

The unique identifier of the organization A universally unique identifier

Example:

"RW50aXR5OjEyMzQ1"

user_id
string
required

The unique identifier of the user A universally unique identifier

Example:

"RW50aXR5OjEyMzQ1"

Response

User successfully removed from the organization