API Key
API Key - Revoke
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}
Authorizations
api-key
string
headerrequiredAdmin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.
Path Parameters
merchant_id
string
requiredThe unique identifier for the merchant account
key_id
string
requiredThe unique identifier for the API Key
Response
200 - application/json
merchant_id
string
requiredThe identifier for the Merchant Account.
key_id
string
requiredThe identifier for the API Key.
revoked
boolean
requiredIndicates whether the API key was revoked or not.