Delete library kit
delete
/ec-library-svc/rest/v1.0/libraryObjects/kits/{libraryKitId}
Removes a library kit by ID.
Request
Path Parameters
-
libraryKitId(required): string(uuid)
Library id
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : LibraryKitsDtoV1 v1.0
Type:
object
Title:
LibraryKitsDtoV1 v1.0
Information about library kits
Show Source
-
kitDescription: string
(string)
Kits descriptionExample:
Placebo
-
libraryKitId: string
(uuid)
Library kit ID
-
poolingId: string
(string)
Pooling IDExample:
BPAF
-
status: string
Allowed Values:
[ "DRAFT", "APPROVED", "ARCHIVED", "PUBLISHED" ]
Library statusExample:DRAFT
-
storageSetting: string
Allowed Values:
[ "AMBIENT", "REFRIGERATED", "FROZEN" ]
Kit storage setting.Example:REFRIGERATED
-
trialSupplyType: string
Trial supply type for the kit.Example:
BOTTLE
-
unitsPerKit: number
(double)
Units per KitExample:
5
500 Response
Error
Nested Schema : details
Type:
object