v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
API Key

API Key - Revoke

Revoke the specified API Key. Once revoked, the API Key can no longer be used for authenticating with our APIs.

delete/api_keys/{merchant_id}/{key_id}

Path parameters

merchant_idstring required

The unique identifier for the merchant account

key_idstring required

The unique identifier for the API Key

Response

API Key revoked

merchant_idstring required

The identifier for the Merchant Account.

key_idstring required

The identifier for the API Key.

revokedboolean required

Indicates whether the API key was revoked or not.

Example response

{
  "merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
  "key_id": "5hEEqkgJUyuxgSKGArHA4mWSnX"
}