DELETE
/
revenue
/
{id}
Delete Revenue
curl --request DELETE \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/revenue/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Revenue deleted successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Revenue ID

Response

200
application/json

Success

The response is of type object.