cURL
curl --request DELETE \ --url https://api.wellapp.ai/v1/payment-means/{id} \ --header 'Authorization: <authorization>'
{ "errors": [ { "status": "<string>", "code": "<string>", "title": "<string>", "detail": "<string>" } ] }
Delete a specific payment method or account by its unique ID.
Bearer token for authentication
The unique identifier of the payment means to delete
Payment means deleted successfully