cURL
curl --request DELETE \ --url https://api.salesbricks.com/api/v2/usage \ --header 'Content-Type: application/json' \ --header 'X-SALESBRICKS-KEY: <api-key>' \ --data '{ "transaction_id": "54321" }'
{ "message": "Usage entry deleted successfully." }
Use this API to delete an existing usage entry.
v2/usage
https://api.salesbricks.com/api/v2/usage
Use your Salesbricks API key to authenticate requests.
Usage entry deleted successfully.
The response is of type object.
object