For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Trust CenterStatusSupportGet a demoPlatform
DocumentationEvals API ReferenceIntegrations & OTELPlatform SettingsSelf-HostingGuidesChangelog
DocumentationEvals API ReferenceIntegrations & OTELPlatform SettingsSelf-HostingGuidesChangelog
  • Get Started
    • Introduction
    • Quickstart
    • Authentication
    • Data Models
    • API Conventions
  • Data Models
      • GETRetrieve Organization
      • PUTUpdate Organization
        • GETList Organization Members
        • PUTUpdate Organization Member Role
        • DELRemove Organization Member
  • Evals
  • Legacy
LogoLogo
Trust CenterStatusSupportGet a demoPlatform
Data ModelsOrganizationMembers

Remove Organization Member

DELETE
https://api.confident-ai.com/v1/organization/members/:userId
DELETE
/v1/organization/members/:userId
$curl -X DELETE https://api.confident-ai.com/v1/organization/members/userId \
> -H "CONFIDENT_API_KEY: <ORGANIZATION-API-KEY>"
200Deleted
1{
2 "success": true,
3 "data": {
4 "id": "user-uuid-2",
5 "removed": true
6 }
7}
Removes a member from the organization. The member is detached from all projects and their pending invitations are cleared. The organization Owner cannot be removed.
Was this page helpful?
Previous

List Organization Invitations

Next
Built with

Path parameters

userIdstringRequired
The unique identifier of the member.

Headers

CONFIDENT_API_KEYstringRequired
The organization API key for your Confident AI organization.

Response

successboolean
Indicates if the request was successful
dataobject