---
title: "Cancel Prescription Transfer By Id"
method: POST
path: "/prior-authorization/{id}/prescription-transfer/cancel"
tags: ["public-api", "public-api"]
---

# Cancel Prescription Transfer By Id

`POST /prior-authorization/{id}/prescription-transfer/cancel`

Cancel the prescription transfer for a prior authorization with NDP submission.

## Path parameters

- `id` string, required

## Response `200`

Successfully cancelled prescription transfer

- CancelPriorAuthPrescriptionTransferResponse — Represents the response structure for a POST /prior-authorization/:id/prescription-transfer/cancel request. This response is returned when a prior authorization is successfully cancelled.
  - `status` union
    - 'success'
    - 'error'
  - `error` ApiError
    - `title` string, required
    - `description` string, required
    - `code` string, required
  - `data` unknown

## Other responses

- `400` — Cannot cancel prescription transfer in completed state
- `404` — Prior Authorization Request does not exist
- `422` — Validation Error

---

[API](https://skmtc.net/develophealth/apis/develop-health-public-api.md) · [All operations](https://skmtc.net/develophealth/apis/develop-health-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/develophealth/develop-health-public-api/revisions/1684e1dda9be/schema)
