The
/expense/bulk/delete
endpoint allows deletion of multiple expense records simultaneously.
Method:POST
Request Payload:
Parameter | Type | Description |
---|---|---|
expenseIds | array | Array of expense IDs to delete |
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Example Request
Request Schema
Field | Type | Required | Description |
---|---|---|---|
ids | array | ā | Array of expense IDs to delete |
Responses
ā 200 - Successfully deleted expenses
ā ļø 400 - undefined
ā ļø 401 - undefined
ā 500 - undefined
Tags
Expense
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Array of expense IDs to delete