---
title: "DELETE /api/v4.0/integrations/transactions/hold/{holdReferenceId}"
method: DELETE
path: "/api/v4.0/integrations/transactions/hold/{holdReferenceId}"
---

# DELETE /api/v4.0/integrations/transactions/hold/{holdReferenceId}

`DELETE /api/v4.0/integrations/transactions/hold/{holdReferenceId}`

This API cancels a specific hold on loyalty points in Gameball using the provided holdReferenceId. It releases the held points back into the customer's account, enabling flexibility in point management.

## Path parameters

- `holdReferenceId` string, required

## Response `200`

Hold released successfully

- object
  - `success` boolean — Indicates whether the hold was successfully released.
  - `message` string — Confirmation message indicating the hold has been released.

## Changes

- **2025-12-17** `262228c13429` — 3 info
  - the endpoint scheme security `apiKey AND secretKey` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - the endpoint scheme security `secretKey` was removed from the API
- **2025-09-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/gameballers/apis/gameball-api/changes/api/v4.0/integrations/transactions/hold/:holdReferenceId/delete.md)

---

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