---
title: "Remove approver assignments for an employee"
method: DELETE
path: "/v1/employees/{employeeId}/approvers"
tags: ["Approver Management"]
---

# Remove approver assignments for an employee

`DELETE /v1/employees/{employeeId}/approvers`

Remove approver assignments for specified approval categories from an employee's employment.

The response returns the resulting state after all specified approver assignments have been removed.

## Path parameters

- `employeeId` string, uuid, required

## Request body

- DeleteEmployeeApproversRequest
  - `scopes` ApproverScope[], required — List of approval scopes whose approver assignments should be removed

## Response `204`

Approver assignments removed successfully

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `403` — Forbidden - insufficient permissions
- `404` — Resource not found
- `422` — Unprocessable entity - validation error
- `500` — Internal server error
- `503` — Service unavailable - upstream dependency error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
