---
title: "Revoke ACH Authorization"
method: PATCH
path: "/checkout/ach-authorization/{authorizationId}/revoke"
tags: ["checkout"]
---

# Revoke ACH Authorization

`PATCH /checkout/ach-authorization/{authorizationId}/revoke`

Revokes an ACH authorization by ID. Once revoked, no further payments
may be made using this authorization. Revoking an already-revoked
authorization succeeds as a no-op.

## Path parameters

- `authorizationId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Successful response

---

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