---
title: "Deletes a charge auth token."
method: DELETE
path: "/api/v1/charge-auth-tokens/{chargeAuthTokenId}"
tags: ["Charge Auth Tokens"]
---

# Deletes a charge auth token.

`DELETE /api/v1/charge-auth-tokens/{chargeAuthTokenId}`

Required scope: `charge-auth-tokens:delete` </br>Organization authorization: `supported`

## Path parameters

- `chargeAuthTokenId` integer, required

## Response `200`

Deleted charge auth token successfully

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
