Skip to main content
DELETE
/
customers
/
{customer_id}
/
payment-methods
/
detail
Delete a payment method
curl --request DELETE \
  --url https://api.salesbricks.com/api/v2/customers/{customer_id}/payment-methods/detail \
  --header 'X-SALESBRICKS-KEY: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.salesbricks.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Path Parameters

customer_id
string
required
Pattern: ^([a-zA-Z\d\-]+)$

Response

Common response message serializer that includes a message from the result of an API operation.

message
string
required

Success message from the result of the previous API operation.