---
title: "Remove a staff member from the Issuer"
method: DELETE
path: "/v2/issuers/{idOrEntityId}/staff"
tags: ["Issuers"]
---

# Remove a staff member from the Issuer

`DELETE /v2/issuers/{idOrEntityId}/staff`

User must have an owner role on the issuer.

## Path parameters

- `idOrEntityId` string, required

## Request body

- V2IssuerStaffForRemoval
  - `email` string, email, nullable, required — Email address of the staff member to remove

## Response `204`

Staff member removed

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
