Skip to main content
DELETE
/
ibans
/
{id}
Delete IBAN
curl --request DELETE \
  --url https://api.otim.com/v0/ibans/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "<string>",
  "details": {}
}

Authorizations

Authorization
string
header
required

API key prefixed with sk_.

Path Parameters

id
string
required

The ID of the IBAN.

Response

IBAN deleted.