Skip to main content
DELETE
Revoke user role
Revokes a role previously granted with Invite user. The user immediately loses access to every deployment instance in the subscription.

Authorization

Session cookie set by Sign in: omnistrate_token=<jwt>.

Path parameters

string
required
The subscription ID, for example sub-abc123.

Body

string
required
Email address of the user whose role is revoked.
string
required
Role to revoke. One of root, admin, editor, reader, service_editor, service_reader, or service_operator.
Request

Response

Returns 200 OK with an empty body.

Errors

See Error for the error response shape.