Skip to main content
DELETE
/
fee_markups
/
{id}
Delete fee markup
curl --request DELETE \
  --url https://api.whop.com/api/v1/fee_markups/{id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

The app API key from an app from the /dashboard/developer page

Path Parameters

id
string
required

The ID of the fee markup to delete.

Response

A successful response

Represents true or false values.