Delete a Strategy Project by Strategy and Project
delete
/primeapi/restapi/strategyProject/strategy/{strategyId}/project/{projectId}
Send a request to this endpoint to delete strategy projects that meet the following requirements:
- The object is associated with a strategy with an ID value that matches the value of the {strategyId} path parameter.
- The object has a project with an ID value that matches the value of the {projectId} path parameter.
Request
Supported Media Types
- application/json
Path Parameters
-
projectId: integer(int64)
The system-generated identifier of a project.
-
strategyId: integer(int64)
The system-generated identifier of a strategy.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
404 Response
Invalid input for the Strategy Project service.