Remove package fee
Package Fees
Remove package fee
Remove the fee for a specific package, effectively making it free. This sets the base price to 0 and clears all conditional pricing.
Note: This operation cannot be undone through the API. The fee will need to be reconfigured manually if pricing needs to be restored.
DELETE
Remove package fee
Path Parameters
The unique identifier of the package
Required range:
x >= 1Response
Package fee removed successfully (package is now free)
The unique identifier of the fee
Example:
124
The package ID this fee belongs to
Example:
2
The base price for the session/package
Example:
"0"
All conditional prices are cleared (empty strings)
Example:
{ "76": "", "77": "" }The session ID (only present for session fees)
Example:
73