V10.0

delete

/ec-designer-ors-svc/rest/v10.0/studies/{studyId}/versions/{version}/kits/{kitId}

Removes a kit type from a study.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Kit was deleted successfully for the requested study version.
Body ()
Root Schema : Kits Delete Response v10.0
Type: object
Title: Kits Delete Response v10.0
Designer response envelope returned by DELETE kit.
Show Source
  • Kits GET Error
    Title: Kits GET Error
    Error payload returned inside the Designer response envelope.
  • Minimum Length: 1
    Maximum Length: 255
    Deletion status message returned by the service.
    Example: Kit deleted successfully.
  • Minimum Length: 1
    Maximum Length: 32
    Allowed Values: [ "success" ]
    Envelope status returned by this endpoint. Allowed value: `success`, which indicates the Designer response wrapper was created successfully for this request.
    Example: success
  • Minimum Value: 1
    Envelope version for the shared Designer response wrapper.
    Example: 1
Nested Schema : Kits GET Error
Type: object
Title: Kits GET Error
Error payload returned inside the Designer response envelope.
Show Source
Example:
{
    "errorCode":"C1-500",
    "errorMessage":"Unable to retrieve kits for the requested study version.",
    "details":{
        "studyId":"CF1E6500073D4AD298F4DA93DA670786",
        "version":"1.0.0.1",
        "kitType":"ALL",
        "kitTypeExclude":false
    }
}
Nested Schema : Kits GET Error Details
Type: object
Title: Kits GET Error Details
Request values echoed back in the error payload for troubleshooting.
Show Source
  • Minimum Length: 3
    Maximum Length: 21
    Allowed Values: [ "ALL", "STANDARD", "TITRATION", "DEVICE", "advancedDispensation" ]
    Kit type filter from the request. Allowed values: `ALL` for every kit type, `STANDARD` for standard kits, `TITRATION` for titration kits, `DEVICE` for device kits, and `advancedDispensation` for advanced dispensation kits.
    Example: ALL
  • Whether the request excluded the selected kit type instead of including it.
    Example: false
  • Minimum Length: 32
    Maximum Length: 32
    Study identifier from the request.
  • Minimum Length: 1
    Maximum Length: 32
    Study version from the request.
    Example: 1.0.0.1
Example:
{
    "studyId":"CF1E6500073D4AD298F4DA93DA670786",
    "version":"1.0.0.1",
    "kitType":"ALL",
    "kitTypeExclude":false
}
Examples

500 Response

Returned when the service cannot delete the requested kit for the supplied study version because of an unexpected server-side failure.
Body ()
Root Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : details
Type: object
Back to Top