Delete a Schedule Scenario By Name
delete
/api/restapi/scheduleScenario
Send a request to this endpoint to delete a schedule scenario by providing query parameters for the scenario.
Request
Query Parameters
-
name(required): string
The user-specified unique identifier of a schedule scenario.
This is a required field. -
projectCode(required): string
The user-specified identifier of a project.
This is a required field. -
workspaceCode(required): string
The user-specified identifier of a workspace.
This is a required field.
There's no request body for this operation.
Back to TopResponse
204 Response
Successful operation with no content.
404 Response
The requested object does not exist, or you do not have access to it.