---
title: "Cancel a subscription payment"
method: DELETE
path: "/v1/subscription-payments/{subscriptionPaymentId}"
tags: ["SubscriptionPayment"]
---

# Cancel a subscription payment

`DELETE /v1/subscription-payments/{subscriptionPaymentId}`

Cancels a pending or scheduled subscription payment.

## Path parameters

- `subscriptionPaymentId` string, uuid, required

## Query parameters

- `reason` string

## Response `200`

Payment cancelled successfully

- ApiResponse
  - `data` unknown
  - `errors` ApiError[]
    - `errorCode` string
    - `errorMessage` string
  - `status` boolean — Indicates if the request was successful

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/payretailers/apis/transaction.md) · [All operations](https://skmtc.net/payretailers/apis/transaction/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payretailers/transaction/revisions/b022ee3a593d/schema)
