Billing Usages
Delete a Billing Usage
Deletes a billing usage
DELETE
/
v5
/
app
/
billing_usages
/
{id}
Authorization
Path
curl --request DELETE \
--url https://api.whop.com/api/v5/app/billing_usages/{id} \
--header 'Authorization: <authorization>'
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the billing usage, which will look like bu_*************
Was this page helpful?
curl --request DELETE \
--url https://api.whop.com/api/v5/app/billing_usages/{id} \
--header 'Authorization: <authorization>'