curl --request DELETE \
--url https://api.cashful.africa/api/canary/payment-methods/{id} \
--header 'Authorization: Bearer <token>'{
"statusCode": 401,
"message": [
"Unauthorized"
],
"error": "Unauthorized"
}Detaches and deletes a saved payment method from a customer
curl --request DELETE \
--url https://api.cashful.africa/api/canary/payment-methods/{id} \
--header 'Authorization: Bearer <token>'{
"statusCode": 401,
"message": [
"Unauthorized"
],
"error": "Unauthorized"
}