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>'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>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The API key to access the admin API
The id of the billing config
Billing config deleted successfully