---
title: "Delete an employer with slot reassignment"
method: DELETE
path: "/api/servicestaff/employers/{identifier}/withReassignment"
tags: ["employers"]
---

# Delete an employer with slot reassignment

`DELETE /api/servicestaff/employers/{identifier}/withReassignment`

Delete an employer from the system and reassign their active slots to another user.

## Path parameters

- `identifier` string, uuid, required

## Query parameters

- `reAssignUserId` string, uuid

## Response `200`

Employer successfully deleted

- object
  - `data` object, nullable
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `404` — Employer not found
- `500` — Internal server error

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
