DeletePaymentMethod

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

Path Parameters

payment_method_id*payment_method_id

The payment_method_id path parameter.

Query Parameters

org_id?org_id

The org_id query parameter.

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X DELETE "https://api.rixl.com/billing/v1/payment-methods/XyZ9aB8cD1"

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}