Remove a saved payment card

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.

Path Parameters

id string required Example

id parameter

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
DELETE https://cloud.hostup.se/api/billing/cards/{id}
For AI assistants
cURL
curl -X DELETE "https://cloud.hostup.se/api/billing/cards/primary" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "success": true,
    "message": "string"
  }
}