Skip to main content
DELETE
/
api
/
v1
/
user-configs
/
admin
/
metering-limit
Admins delete metering limit for any user
curl --request DELETE \
  --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/user-configs/admin/metering-limit \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-admin-api-key: <x-admin-api-key>' \
  --data '
{
  "customerId": "123"
}
'
{}

Authorizations

Authorization
string
header
required

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

Headers

x-admin-api-key
string
required

The API key to access the admin API

Body

application/json
customerId
string
required
Example:

"123"

Response

Deleted Metering Limit

The response is of type object.