curl --request DELETE \
--url https://api.onepay.la/v1/payments/{payment_id} \
--header 'Authorization: Bearer <token>'no content
Este endpoint te permite eliminar un cobro existente
curl --request DELETE \
--url https://api.onepay.la/v1/payments/{payment_id} \
--header 'Authorization: Bearer <token>'no content
Was this page helpful?