Remove a fee from a plan

View as Markdown

Removes a fee from a plan. The underlying product and price are kept. Fees that already have billed periods cannot be removed; end-date them with effective_to instead.

Authentication

AuthorizationBearer
API key obtained from the Grant dashboard

Path parameters

idstringRequiredformat: "cuid"
feeIdstringRequiredformat: "cuid"

Response

Fee deleted
successboolean
idstring
ID of the deleted fee
request_idstring

Errors

401
Unauthorized Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error