---
title: "Stripping an Role Assignment from an Actor"
method: DELETE
path: "/v1/assignments/{roleId}/{actorId}"
tags: ["Assignments"]
---

# Stripping an Role Assignment from an Actor

`DELETE /v1/assignments/{roleId}/{actorId}`

Given a `roleId`, which may be a numeric ID or a string role `system` name, and a numeric `actorId`, unassigns that Role from that Actor across the entire server.

## Path parameters

- `roleId` string, required
- `actorId` number, required

## Response `200`

OK

- Success
  - `success` boolean, required

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Stripping an Role Assignment from an Actor` removed and replaced with `stripRoleAssignmentFromActor`
- **2025-10-27** `b11b54eea487` — 1 info
  - removed the non-success response with the status `403`
- **2025-03-13** `e8c2858fd4eb` — 2 info
  - api operation id `stripRoleAssignmentFromActor` removed and replaced with `Stripping an Role Assignment from an Actor`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/assignments/:roleId/:actorId/delete.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/dc3ccc706398/schema)
