Three lines

Uber

Developers

Delete RoleAssignment

Description Deletes an existing roleassignment
HTTP Method /v1/identity/organizations/{organization_id}/orguser/{roleassignment_id}
HTTP Path DELETE
Associated Scope(s) identity.roleassignments

Request Path Parameters (If Any)

Name Type Description
organization_id string Root Org UUID.
roleassignment_id string UUID of role assignment to be deleted

Response Fields (If Any)

In response to a successful DELETE, the server will return a successful HTTP status code 204 (No Content).

Endpoint Specific Errors (Standard API Errors are defined here)

Http Status Code Code Message
400 bad_request A bad request like “non-existent orgID”
401 unauthorized No authentication provided, or invalid auth credentials, or missing scopes, etc.
412 precondition_failed Examples “existing children orgs found”, “existing employees found” etc

Uber

Developers
© 2023 Uber Technologies Inc.