KashierDevelopersKashier Developers
API reference and playgroundCredentials and access

Remove an IP from the allow-list

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

Deletes one entry. Removing the last entry empties the list, and an empty list allows every IP — deleting entries loosens the restriction rather than tightening it.

Requires the delete-IP permission on your user's role.

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

ipId*string

The entry's identifier.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

DELETE
/v2/ip-address/{ipId}