Bancoagrícola Logo
RefundsTokenization

Country:

DELETE

/v1/users/{userId}/instruments/{instrumentId}

Remover instrumento de pago del usuario

Remueve un instrumento de pago de la cuenta de un usuario.

URL Parameters

userId

string
required

El identificador único del usuario

example

instrumentId

string
required

El identificador único del instrumento

example

force_delete

boolean

Si es true, fuerza la eliminación

example

Response Examples

204

Instrument removed successfully

400

Missing or invalid userId or instrumentId

404

User or instrument not found for the user

500

Internal Server Error

Language

Login required to test API

Code Examples

cURL

curl -X DELETE "https://api.akua.la/v1/users/example_value/instruments/example_value" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "force_delete": true
}''