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 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
The entry's identifier.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Get one allow-list entry GET
Returns a single IP allow-list entry. Requires the view-IP permission on your user's role.
Update an allow-list entry PUT
Changes the address or label on an existing entry. Send the whole entry, not just the field you are changing. Requires the edit-IP permission on your user's role.