POST Worklist/DeleteLinkFolder
Delete Link Folder
Request Information
URI Parameters
None.
Body Parameters
LinkFolderDeleteRequestName | Description | Type | Additional information |
---|---|---|---|
Uuid |
Uuid of the LinkFolder |
string |
None. |
UserLogin |
The login name of the User. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Uuid": "sample string 1", "UserLogin": "sample string 2" }
application/xml, text/xml
Sample:
<LinkFolderDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Worklists"> <UserLogin>sample string 2</UserLogin> <Uuid>sample string 1</Uuid> </LinkFolderDeleteRequest>
Response Information
Resource Description
LinkFolderDeleteResult
LinkFolderDeleteResultName | Description | Type | Additional information |
---|---|---|---|
Succeeded |
Denotes whether the Link Folder process request has been successful or not. |
boolean |
None. |
Remarks |
Summarize the Link Folder process result. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeeded": true, "Remarks": "sample string 2" }
application/xml, text/xml
Sample:
<LinkFolderDeleteResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Worklists"> <Remarks>sample string 2</Remarks> <Succeeded>true</Succeeded> </LinkFolderDeleteResult>