Delete a Strategy Project by Strategy and Project

delete

/api/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 is associated with a project with an ID value that matches the value of the {projectId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

204 Response

Successful operation with no content.

404 Response

Invalid input for the Strategy Project service.
Back to Top