---
title: "Unassign a caseworker from an application"
method: POST
path: "/api/v0/applications/{id}/unassign"
tags: ["application"]
---

# Unassign a caseworker from an application

`POST /api/v0/applications/{id}/unassign`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Service-Name` 'CIVIL_APPLY' | 'CIVIL_DECIDE', required

## Request body

- CaseworkerUnassignRequest — Optional event history describing the unassignment action
  - `eventHistory` EventHistory, required
    - `eventDescription` string

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/ministryofjustice/apis/openapi-definition-2.md) · [All operations](https://skmtc.net/ministryofjustice/apis/openapi-definition-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ministryofjustice/openapi-definition-2/versions/ed2b830f0081/schema)
