---
title: "Delete (soft) a prior authorization"
method: DELETE
path: "/v1/prior-authorizations/{id}"
tags: ["Prior Authorizations"]
---

# Delete (soft) a prior authorization

`DELETE /v1/prior-authorizations/{id}`

Soft-delete a prior authorization by setting `active=false`. Distinct from `status=cancelled`: cancellation is a legitimate workflow end-state, deletion is a retraction of a wrong submission. Deleted authorizations are excluded from list endpoints and return 404 on subsequent GETs.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- DeletedResource — Standard response for DELETE endpoints: confirms the id and that it was deleted.
  - `id` string, required
  - `deleted` boolean

## Other responses

- `400` — Validation error
- `401` — Authentication required
- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/getsolum/apis/solum-health-api.md) · [All operations](https://skmtc.net/getsolum/apis/solum-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getsolum/solum-health-api/versions/2bf886cdf729/schema)
