delete_custom_curves
delete_custom_curves
Service for delete custom curves operations.
Classes
DeleteCustomCurvesRunner
Bases: BaseRunner[Dict[str, Any]]
Runner for deleting custom curves from a scenario.
DELETE /api/v3/scenarios/{scenario_id}/custom_curves/{curve_key}
Functions
run
staticmethod
Execute deletion of custom curves.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
client
|
BaseClient
|
HTTP client for API calls |
required |
scenario
|
Any
|
Scenario object with id attribute |
required |
curve_keys
|
Union[List[str], Set[str]]
|
List or set of curve keys to delete |
required |
**kwargs
|
Any
|
Additional arguments for request |
{}
|
Returns:
| Type | Description |
|---|---|
ServiceResult[Dict[str, Any]]
|
ServiceResult with deleted curve keys and any errors |