Skip to main content
DELETE
Delete a customer rate card

Authorizations

Authorization
string
header
required

Your account's secret key: Authorization: Bearer sk_test_… or sk_live_…. Server-side only.

Headers

Idempotency-Key
string

A unique key per operation (a UUID works). Retrying with the same key returns the original response.

Path Parameters

customerID
string<uuid>
required

ID of the customer's enrollment in the product (not the customer ID).

rateCardID
string<uuid>
required

Response

Deleted.