Delete Cash Flow
PUT/ws/rest/service/v1/cashflow/{project_number}
Note: The owner permissions cannot be deleted via REST or Web Services.
Purpose:
Delete detail/rollup cash flows
Input:
All parameters should be URL encoded.
Path Parameter
project_number (Optional): Specify the project/shell number to delete the cash flows of project; otherwise, to delete the company rollup curves
Both input & output in JSON format in the body
Output:
JSON object containing 'status', 'data', 'message'
Status codes are:
1> 200, for success.
2> 3000, for Partial success.
Delete Cash Flow Input JSON
{
"data": {
"names": ["Cash Flow 1","Cash Flow 2"]
}
}
Delete Cash Flow Ouput JSON
{
"data": [],
"message": [
{
"status": 200,
"message": "success",
"name": "Cash Flow 1"
},
{
"status": 1305,
"message": "Cash Flow do not exist",
"name": "Cash Flow 2"
}
],
"status": 3000
}
Related Topics
Response Error Codes (REST API Details in Cash Flow)
Create Rollup Cash Flows for Company
Update Rollup Cash Flows for Company
Delete Cash Flow - Summary Curves
Get Rollup Status - for Template Cash Flows
Update Rollup Status - For Template Cash Flows
Get Cash Flow Refresh Job Status
Get Summary Cash Flow Properties
Create (Add User or Group) Cash Flow Permission
Delete (Remove User or Group) Cash Flow Permission
Update or Modify Cash Flow Permission
Last Published Tuesday, July 1, 2025