DELETE
/
v5
/
app
/
billing_usages
/
{id}
curl --request DELETE \
  --url https://api.whop.com/api/v5/app/billing_usages/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the billing usage, which will look like bu_*************