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
Path Parameters

Response

Supported Media Types

204 Response

Successful operation with no content.

404 Response

Invalid input for the Strategy Project service.