---
title: "Cancel Copay Request"
method: POST
path: "/api/v1/copay_request/cancel"
tags: ["api"]
---

# Cancel Copay Request

`POST /api/v1/copay_request/cancel`

Cancel an existing Copay Request if the status is 'Pending' or 'Triage'.

## Request body

- Model210
  - `copay_request_token` string — Copay token
  - `request_id` string — Request id

## Response `202`

Accepted

## Other responses

- `404` — Not Found

---

[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)
