V1.0
delete
/ec-designer-svc/rest/v1.0/studies/welcome
Deletes the stored tenant-level or study-level welcome message selected by studyId. The response returns the deleted message ID and text.
Request
Path Parameters
-
studyId(required): string(uuid)
Study ID (UUID, 32-character uppercase hexadecimal string). Required.Example:
F054C951EB74443C93716CA714AB686E
Query Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : Welcome Response v1.0
Type:
objectTitle:
Welcome Response v1.0Welcome message returned by the Welcome APIs.
Show Source
-
id: string
(uuid)
Minimum Length:
32Maximum Length:32Pattern:^[0-9A-F]{32}$Welcome message ID. UUID, 32-character uppercase hexadecimal string. Optional in requests and returned when a stored welcome message exists. -
stringValue: string
Maximum Length:
4000Welcome message text displayed to users. Optional; maximum 4000 characters. For update requests, a blank value removes the existing message.Example:Welcome to Clinical One
Example:
{
"id":"B1B8327AFAA6412287106192AB5984EF",
"stringValue":"Welcome to Clinical One"
}Examples
400 Response
Bad request.
Root Schema : ErrorResponseData
Type:
objectTitle:
ErrorResponseDataError Response Details Information
Show Source
-
details: object
Object
Title:
ObjectObject 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:
objectTitle:
ObjectObject with error details information.
Example:
{
"field":"studyId",
"reason":"Invalid value"
}500 Response
Returned when the request cannot be completed due to validation failure, authorization failure, or an unexpected server-side condition.
Root Schema : ErrorResponseData
Type:
objectTitle:
ErrorResponseDataError Response Details Information
Show Source
-
details: object
Object
Title:
ObjectObject 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:
objectTitle:
ObjectObject with error details information.
Example:
{
"field":"studyId",
"reason":"Invalid value"
}