---
title: "Cancel a specific Refund"
method: DELETE
path: "/api/v1/refunds/{refundId}/cancel"
tags: ["Refunds"]
---

# Cancel a specific Refund

`DELETE /api/v1/refunds/{refundId}/cancel`

Cancel a pending refund request. Only refunds with 'Requested' status can be cancelled.

## Path parameters

- `refundId` string, required

## Response `201`

Refund canceled successfully

- object
  - `data` object
    - `reason` string
    - `linkId` string
    - `amount` number
    - `initiatedBy` string
    - `status` string
  - `message` string

---

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