Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

Remove an organization member

DELETE/v1/organizations/{organizationId}/members/{userId}

Removes a user from the organization

Authorizations

Path parameters

  • organizationIdstringrequired

    ID of the requested organization.

    format: uuid
  • userIdstringrequired

    ID of the requested user.

    format: uuid

Response

JSON

200

Successful response

JSON
  • statusoptionalnumber

    HTTP status code.

    Example: 200
  • requestIdoptionalstring

    Unique id assigned to every request. UUIDv4

    format: uuid
Navigation