Skip to main content
POST
Delete Bulk Revenues
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Delete Bulk Revenues Description: The /revenue/bulk/delete endpoint allows deletion of multiple revenue records simultaneously. Authorization:
  • Required role: admin or higher
Method: POST Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Body

application/json
ids
string[]
required

Array of revenue IDs to delete

Response

Success

message
string
deletedCount
integer
totalAmount
number