cURL
curl --request DELETE \ --url https://dev-billing-api.iqraa.ai/api/v1/api/v1/charges/{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.
Bearer <token>
<token>
The API key to access the admin API
Charge deleted successfully