Delete blocklist
Delete (unblock) an entry from the blocklist.
curl --request DELETE \
--url https://sandbox.hyperswitch.io/blocklist \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '
{
"type": "card_bin",
"data": "<string>"
}
'Authorization
Header: api-key (string, required)
Use the API key created under your merchant account in the HyperSwitch dashboard. This key authenticates API requests from your merchant server only — do not expose it on a website or embed it in a mobile application.
Request body (application/json)
type (string, required) — enum. Available options:
card_bin
data (string, required)
Example:
Response (200 application/json) — Fingerprint Unblocked
Example:
Response fields:
fingerprint_id (string, required)
data_kind (string, required) — enum:
payment_methodcard_binextended_card_bin
created_at (string, required) — date-time
Links
Edit this page: https://github.com/juspay/hyperswitch/edit/main/api-reference/v1/blocklist/delete-blocklist.mdx
Raise an issue: https://github.com/juspay/hyperswitch/issues/new?title=Issue%20on%20docs&body=Path:%20/v1/blocklist/delete-blocklist
Related endpoints:
POST /blocklist: https://api-reference.hyperswitch.io/v1/blocklist/post-blocklist
POST /blocklisttoggle: https://api-reference.hyperswitch.io/v1/blocklist/post-blocklisttoggle
Was this page helpful? Yes / No