Skip to main content
DELETE
Delete Revenue
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Delete Revenue Description: The /revenue/{id} endpoint allows deletion of a specific revenue record. Authorization:
  • Required role: admin or higher
Method: DELETE Path Parameter:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Revenue ID

Response

Success

message
string