cURL
curl --request DELETE \ --url https://web.subly.app/api/v1/expenses/{id} \ --header 'x-api-key: <api-key>'
{ "error": "<string>" }
Permanently deletes an expense by its unique ID.
Your private API key for authentication. This key identifies your workspace for all requests.
The unique identifier for the expense.
Expense deleted successfully.
Was this page helpful?