/billing/sources/{id}Delete payment source
Base URL https://api.vseepreview.com/api_v3
Authentication: User Token — Requires a user access token from login or SSO.
Delete a payment source from user account
| Name | In | Type | Required | Enum | Default | Description |
|---|---|---|---|---|---|---|
X-ApiToken | header | string | yes | API token (e.g. your_api_token) | ||
X-AccountCode | header | string | yes | Account code (e.g. vclinic) | ||
id | path | string | yes | Payment source ID (e.g. card_19DrgXBY2jn2BCqQNpjjzuay) |
200 — Successful deletionDeleted
{
"data": []
}
Machine-readable: OpenAPI JSON