Delete a Budget Transaction
delete
/primeapi/restapi/budgetChange/transaction/{id}
Send a request to this endpoint to delete a budget transaction. The application object with an ID value that matches the value of the {id} path parameter will be deleted.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a budget transaction.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the Budget Transaction service. Verify the request contains valid data, then resubmit the request.