Delete library uses
delete
/ec-library-svc/rest/v1.0/libraryUses
Deletes library uses for particular object and study versions.
Request
Query Parameters
-
objectId: string(uuid)
Object id
-
studyId(required): string(uuid)
Study id
-
studyVersion(required): string
Study version
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object LibraryUsesDto v1.0
Title:
LibraryUsesDto v1.0
Information about library uses
Nested Schema : LibraryUsesDto v1.0
Type:
object
Title:
LibraryUsesDto v1.0
Information about library uses
Show Source
-
libraryId: string
(uuid)
Library ID
-
objectId: string
(uuid)
Object (forms...) ID
-
objectType: string
Object typeExample:
FORM
-
status: string
Study typeExample:
LIBRARY
-
studyId: string
(uuid)
Study id
-
studyVersion: string
(uuid)
Library study version
500 Response
Error
Root Schema : ErrorResponseData
Type:
object
Title:
ErrorResponseData
Error Response Details Information
Show Source
-
details: object
Object
Title:
Object
Object with error details information. -
errorCode: string
Error code which is stored in ErrorCode enum. Example : C1-003Example:
C1-003
-
errorMessage: string
Error message which is stored in service property file. Example : Cannot modify object after a study version has been approvedExample:
Cannot modify object after a study version has been approved
Nested Schema : Object
Type:
object
Title:
Object
Object with error details information.