Skip to content
Go To Dashboard

Remove payment method

DELETE /v1/billing/payment-methods/{id}

No authentication required.

ParameterTypeRequiredDescription
idstringYesPayment method ID
Terminal window
curl -X DELETE "https://api.sapiom.ai/v1/billing/payment-methods/:id" \
-H "Authorization: Bearer YOUR_API_KEY"
StatusCodeDescription
401-Unauthorized
404-Payment method not found

See Error Codes for full reference.