cURL
curl --request DELETE \ --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/payment-methods/detail \ --header 'X-SALESBRICKS-KEY: <api-key>'
{ "message": "<string>" }
Removes a payment method from the subscription’s customer.
API key for authentication
Common response message serializer that includes a message from the result of an API operation.
Success message from the result of the previous API operation.