cURL
curl --request DELETE \ --url https://api.whop.com/api/v1/fee_markups/{id} \ --header 'Authorization: Bearer <token>'
true
Deletes a fee markup for a company.
Required permissions:
company:update_child_fees
The app API key from an app from the /dashboard/developer page
The ID of the fee markup to delete.
A successful response
Represents true or false values.
false
Was this page helpful?