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

Cash Flow

Authorization

Definitions or Values Used

Response Error Codes (REST API Details in Cash Flow)

Create Cash Flow

Create Summary Curve

Create Rollup Cash Flows for Company

Update Rollup Cash Flows for Company

Delete Cash Flow Curve

Delete Cash Flow - Summary Curves

Get Cash Flow Data

Get Summary Cash Flow Data

Get Rollup Status

Get Rollup Status - for Template Cash Flows

Update Rollup Status

Update Rollup Status - For Template Cash Flows

Refresh Cash Flow

Get Cash Flow Refresh Job Status

Get Cash Flow Properties

Get Summary Cash Flow Properties

Get Cash Flow Permissions

Get Distribution Profiles

Create (Add User or Group) Cash Flow Permission

Delete (Remove User or Group) Cash Flow Permission

Update Cash Flow

Update or Modify Cash Flow Permission

Update Cash Flow Data

Update Cash Flow Schedule

Create Distribution Profiles

Update Distribution Profiles

Delete Distribution Profiles

Refresh Cash Flow Curves

Get Cash Flow Permissions



Last Published Tuesday, July 1, 2025