Closes or deletes multiple queries for a given subject

put

/ec-query-svc/rest/v1.0/studies/{studyId}/{mode}/subject/{subjectId}/event/{eventId}/bulkCloseDelete

Closes or deletes all queries for given subject and visit for the itemIds provided in the request body.
The user must have both rights to close and delete queries.

Request

Path Parameters
Query Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : items
Type: array
list of item Unique GUIDs
Show Source
Example:
[
    "938D23FA6B7241CCA41BD627E5DB60DA",
    "699EF3745FC545589F186D2198F3C65E"
]
Back to Top

Response

Supported Media Types

Default Response

default response
Back to Top