---
title: "Cancel payment"
method: DELETE
path: "/payments/{id}"
tags: ["Payments"]
---

# Cancel payment

`DELETE /payments/{id}`

Cancel a specific payment.

**gigstack Connect:** Cancel other teams' payments using the `team` parameter.

## Path parameters

- `id` string, required

## Query parameters

- `team` string

## Response `200`

Payment cancelled successfully

- StandardSuccessResponse
  - `message` string, required
  - `data` object, required

---

[API](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2.md) · [All operations](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/disruptive-learning/gigstack-api-v2/revisions/5cf53ffd7580/schema)
