Remove a specific payment card saved to your account. Use this when a customer wants to remove an old or unused payment card to manage their payment methods.
id string required Example id parameter
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/billing/cards/{id} curl -X DELETE "https://cloud.hostup.se/api/billing/cards/primary" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string"
}
}