JavaScript
const options = {method: 'DELETE', headers: {Authorization: 'Bearer <token>'}}; fetch('https://api.valox.co/api/v1/ibans/reset', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "data": { "success": true } }
Remove the IBAN information from our DB and deletes the User’s IBAN functionality.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully created or linked Monerium profile
Show child attributes