Skip to main content
DELETE
https://api.onepay.la/v1
/
customers
/
{customer_id}
/
accounts
/
related
/
{account_id}
Cuentas relacionadas
curl --request DELETE \
  --url https://api.onepay.la/v1/customers/{customer_id}/accounts/related/{account_id} \
  --header 'Authorization: Bearer <token>'
null
customer_id
string
required
ID del cliente. Crear cliente.
account_id
string
required
ID de la cuenta relacionada que quieres eliminar.
null