---
title: "POST /payment/static-address/revoke"
method: POST
path: "/payment/static-address/revoke"
tags: ["Revoke-Static-address"]
---

# POST /payment/static-address/revoke

`POST /payment/static-address/revoke`

## Headers

- `merchant_api_key` string, required
- `Content-Type` string, required

## Request body

- object
  - `address` string, required — The address of the static wallet you want to revoke.

## Response `200`

Successful operation

- object
  - `data` object
  - `message` string — A message containing additional information about the result of the request.
  - `error` object, nullable — An object that provides details about any errors that occurred.
    - `type` string — Type of the error
    - `key` string — Key related to the error
    - `message` string — Error message
  - `status` integer — The status of the request response. Typically provided as a numeric code (e.g., 200 for success or other codes for errors).
  - `version` string — The version of the API being used.

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/oxapay/apis/payments.md) · [All operations](https://skmtc.dev/oxapay/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oxapay/payments/revisions/19b6abc20c8d/schema)
