v2.0

delete

/ec-site-svc/rest/v2.0/studies/{studyId}/{mode}/siteslabs

Compared with v1, this version removes lab-to-study-site associations by explicit siteId and labId inputs.

Request

Path Parameters
  • Study mode. Allowed values: active (live study operations), test (testing data), training (training or sandbox data).
    Example:
    test
  • Study identifier as a 32-character uppercase hexadecimal UUID string.
    Example:
    C36A3197FDEE433FB5547EE83DE99E4B
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : LabSiteDto v1.0
Type: object
Title: LabSiteDto v1.0
Details of the lab-to-site association.
Show Source
  • Title: Comment
    Minimum Length: 0
    Maximum Length: 2048
    Additional comment captured for the audited update.
    Example: Association adjusted after data reconciliation.
  • Title: Lab Site Association ID
    Pattern: ^[A-F0-9]{32}$
    Unique identifier for the lab-site association.
  • Title: Lab ID
    Pattern: ^[A-F0-9]{32}$
    Identifier of the lab in the association.
  • Title: Lab Version Start
    Timestamp when the lab version started.
    Example: 2025-01-01T00:00:00Z
  • Title: Reason
    Minimum Length: 0
    Maximum Length: 255
    Reason provided for the audited update.
    Example: Protocol update requested by study operations.
  • Title: Site ID
    Pattern: ^[A-F0-9]{32}$
    Identifier of the site in the association.
  • Title: Site Version Start
    Timestamp when the site version started.
    Example: 2025-01-01T00:00:00Z
  • Title: Version Start
    Timestamp when the association version began.
    Example: 2025-01-01T00:00:00Z
Examples

400 Response

Returned when one or more path parameters, query parameters, or request-body values fail endpoint validation.
Body ()
Root Schema : SDFResponse
Type: object
Title: SDFResponse
Wrapper for service responses containing result or error data.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
The result object for successful requests. Type depends on the API operation.
Example:
{
    "hasMore":"true",
    "totalResults":5,
    "count":5,
    "data":[
    ]
}
Nested Schema : details
Type: object
Examples

404 Response

Not Found
Body ()
Root Schema : SDFResponse
Type: object
Title: SDFResponse
Wrapper for service responses containing result or error data.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
The result object for successful requests. Type depends on the API operation.
Example:
{
    "hasMore":"true",
    "totalResults":5,
    "count":5,
    "data":[
    ]
}
Nested Schema : details
Type: object
Examples

Back to Top