Delete Cash Flow - Summary Curves

DELETE /ws/rest/service/v1/cashflow/summary/{project_number}

Version: 19.7

PUT /ws/rest/service/v1/cashflow/delete/curve/{project_number}

Version: 22.11

Purpose

Delete summary cash flow.

Request Format

All parameters should be URL encoded.

Both input & output in JSON format in the body.

Request Parameter

project_number(Required): Specify the project/shell number to delete the summary cash flows of project

Response Format

A JSON object is returned in the following format.

{

"data": [],

"message": [],

"status": <REST status code value>

}

A successful response displays a status code 200.

A failed response displays a message with a status code.

Sample Request

To delete summary curves for a cash flow, send an API request in the following format:

{

"data": {

"names": ["Summary Cash Flow 1","Cash Flow Summary Curve"]

}

}

Sample Response

A partial success / failure response is returned with a status code 3000 to the above request, wherein:

{

"data": [],

"message": [

{

"status": 200,

"message": "success",

"name": "Summary Cash Flow 1"

},

{

"status": 1306,

"message": "System-defined Summary Cash Flow Curve cannot be deleted",

"name": "Cash Flow Summary Curve"

}

],

"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

Delete Cash Flow Curve

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 Properties

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