Blacklist API

Remove an entry from the blacklist

delete/blacklist/{id}

Path parameters

idstring required

The id that you were given when adding the blacklist entry

Response

Request successfully processed

idstring

Blacklist item id

typestring

Type of the entry, e.g. iban

datastring

IBAN

Example response

{
  "id": "bl_c3nL2MafX8WdfiIM",
  "type": "iban",
  "data": "FR1420041010050500013M02606"
}

Changes