---
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

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/0261aef4b1e2/schema)
