Skip to main content
DELETE
/
api
/
v1
/
billing-configs
/
{id}
Delete billing config
curl --request DELETE \
  --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/billing-configs/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-admin-api-key: <x-admin-api-key>'

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

Path Parameters

id
string
required

The id of the billing config

Response

Billing config deleted successfully