---
title: "Cancel Fill Request"
method: POST
path: "/api/v1/cancel_request"
tags: ["api"]
---

# Cancel Fill Request

`POST /api/v1/cancel_request`

Cancel a Fill Request whose `request_id` field matches the respective user provided text parameter

## Request body

- Model118
  - `request_id` string, required — Request id
  - `otc_products` Model114[] — Array of OTC products to cancel. If provided, only these OTC products will be cancelled. If all OTC products on the order are cancelled, the entire order will be cancelled.
    - `sku` string, required — SKU of the OTC product to cancel
  - `medications` Model116[] — Array of medications to cancel. If provided, only these medications will be cancelled. If all medications on the order are cancelled, the entire order will be cancelled.
    - `prescription_token` string, required — Prescription token to cancel

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/truepill/apis/truepill-api-documentation.md) · [All operations](https://skmtc.dev/truepill/apis/truepill-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/truepill/truepill-api-documentation/revisions/d9aaa355c1e0/schema)
