# Revoke token

Request to <a href="https://docs.solidgate.com/payments/alternative-payments/manage-alternative-payments/#revoke-token" target="_blank">revoke</a> a recurring token for alternative payment methods.
<blockquote>
<p>Available for tokens initiated with <code>payment_method</code> <code>alipay</code>, <code>mbway</code> or <code>wechatpay</code>.</p>
</blockquote>

Endpoint: POST /v1/recurring-token/cancel
Version: 1.0.0
Security: merchant, signature

## Header parameters:

  - `merchant` (string, required)

  - `signature` (string, required)

## Request fields (application/json):

  - `token` (string, required)
    Recurring token to cancel.
    Example: 923bb4e6-4a5f-41ec-81fb-28eb8a152e55

## Response 200 fields (application/json):

  - `status` (string, required)
    Cancellation status.
    Enum: "processing"

  - `error` (object, required)
    Error object.

  - `error.code` (string, required)
    Unauthorized access due to invalid credentials.
    Example: 1.01

  - `error.messages` (array, required)
    Array of error messages applied to the decline payment.

