curl --request DELETE \
--url https://api.tensormesh.ai/v1/billing/stripe/customers/payment-methods \
--header 'Authorization: Bearer <token>'{
"empty": {}
}Removes a payment method from a customer.
curl --request DELETE \
--url https://api.tensormesh.ai/v1/billing/stripe/customers/payment-methods \
--header 'Authorization: Bearer <token>'{
"empty": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication using an access token. Format: Bearer <access_token>
The unique ID of the user.
The payment method ID.
A successful response.
DetachStripePaymentMethodResponse is the response after detaching a payment method.
Empty response.
Was this page helpful?