cURL
curl --request DELETE \ --url https://api.salesbricks.com/api/v2/usage/ \ --header 'X-SALESBRICKS-KEY: <api-key>'
{ "message": "Usage entry deleted successfully." }
Deletes a usage entry by its unique transaction_id. Once deleted, the usage will no longer be counted in billing calculations. Returns a 404 error if the transaction_id is not found.
transaction_id
API key for authentication
Common response message serializer that includes a message from the result of an API operation.
Success message from the result of the previous API operation.