Delete Expense

Deletes a expense.

DELETEhttps://api.tracksales.co/api/v1/expenses/{uuid}

Required scope: expenses:delete

Path Params

uuidstringrequired

Expense UUID

Responses

200OK

Expense deleted successfully.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Expense was not found.