---
title: "Remove Role"
method: DELETE
path: "/v3/users/{userId}/assigned-roles/{roleId}"
tags: ["Roles"]
---

# Remove Role

`DELETE /v3/users/{userId}/assigned-roles/{roleId}`

Removes an assigned role from a user. Returns 404 if the requested user or assigned role were not found.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `404` — Not Found

## Changes

- **2026-08-04** `06734a9c491f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kong/apis/konnect-api/changes/v3/users/:userId/assigned-roles/:roleId/delete.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api/revisions/72502a676a92/schema)
