---
title: "Delete a blocklist entry"
method: DELETE
path: "/payins-blocklist/{id}"
tags: ["Payins Blocklist"]
---

# Delete a blocklist entry

`DELETE /payins-blocklist/{id}`

Deletes a single blocklist entry by ID, scoped to the authenticated fin. Returns 404 if the entry does not exist or belongs to a different fin. Note that changes to the blocklist may take up to 5 minutes to take effect.

## Path parameters

- `id` integer, required

## Response `204`

Entry deleted successfully. No response body.

## Other responses

- `400` — Invalid `id` (not a positive integer).
- `403` — Forbidden (e.g: wrong API Key)
- `404` — Entry not found for the authenticated fin.

---

[API](https://skmtc.net/shinkansen/apis/payouts-shinkansen-endpoints.md) · [All operations](https://skmtc.net/shinkansen/apis/payouts-shinkansen-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shinkansen/payouts-shinkansen-endpoints/versions/1e4a6760b7e8/schema)
