---
title: "Reverse an authorization hold"
method: POST
path: "/v3/authorization-holds/authorizations/{authorizationTransactionId}/reverse"
tags: ["Authorization Holds"]
---

# Reverse an authorization hold

`POST /v3/authorization-holds/authorizations/{authorizationTransactionId}/reverse`

Reverses (cancels) a previously created authorization hold

## Path parameters

- `authorizationTransactionId` string, biginteger, required

## Query parameters

- `auditUser` string, required

## Response `200`

Authorization hold reversed successfully

- ReverseAuthorizationHoldResponse
  - `authorizationReversalTransactionId` string, biginteger — Transaction Id of generated authorization reversal

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Authorization hold not found
- `500` — Internal server error

---

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