KashierDevelopersKashier Developers
API reference and playgroundCredentials and access

Delete a Payment API key

curl -X DELETE "https://test-api.kashier.io/v2/merchants/api-keys/string"
{}

Permanently removes a Payment API key. Anything still computing hashes with it starts failing signature verification immediately, so retire it from your integrations first.

Requires the delete-API-key permission on your user's role — a role that can create keys does not necessarily get to delete them.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Path Parameters

apiKeyId*string

The key's identifier, from List your Payment API keys.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

DELETE
/v2/merchants/api-keys/{apiKeyId}