[Deprecated]: Delete a report based on path parameters

delete

/ec-reporting-svc/rest/v1.0/studies/{studyId}/{mode}/reports

Deprecated: Use latest version instead. Removes an existing/generated report based on the given input, using the PathParams parameter. Right: ReportingDelete.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

204 Response

Success

400 Response

'Invalid parameters', 'Insufficient parameters'
Body ()
Root Schema : BaseResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object

401 Response

User not authorized to download the report.
Body ()
Root Schema : BaseResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object

404 Response

Not found
Body ()
Root Schema : BaseResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top