Delete General Expenses
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request samples
curl --location -g --request DELETE '/general-expenses/{{id}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json Modified at 2024-10-10 11:26:45