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"
}Documentation Index
Fetch the complete documentation index at: https://docs.cashful.africa/llms.txt
Use this file to discover all available pages before exploring further.