Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://connect.cariqa.com/api/v1/users/{user_id}/payment-methods/{pm}/ \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>", "error": { "details": "<string>", "payment_intent_client_secret": "<string>" } }
Remove payment methods from the user
JWT Authorization header using the Bearer scheme.
No response body
Was this page helpful?