DELETE
/
billing
/
payment-methods
/
{id}
curl --request DELETE \
  --url https://api.altostrat.io/billing/payment-methods/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Path Parameters

id
string
required

The Stripe Payment Method ID (pm_...) or Card ID (card_...) to delete.

Response

204

Payment method deleted successfully.