cURL
curl --request POST \ --url https://api.callaro.ai/api/v1/billing/deallocate-credits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "data": {}, "message": "<string>", "meta": {}, "request_id": "<string>" }
JWT-only endpoint. Supports safe retries through the Idempotency-Key header.
Idempotency-Key
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
Deallocated
Was this page helpful?