Delete a report based on query parameters

delete

/ec-reporting-svc/rest/v1.0/reports

Removes an existing report based on the given input, using the QueryParams parameter. Right: ReportingDelete.

Request

Query Parameters
  • Mode of the study. Accepts test, active, or training.
  • ID of the study for which you want to delete the generated report. Tenant reports such as HSL report etc can be deleted by making study id as null.

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