POST Worklist/DeleteQbeFolder

Delete existing Qbe Folder

Request Information

URI Parameters

None.

Body Parameters

QbeDeleteParams
NameDescriptionTypeAdditional information
Uuid

Uuid of the the QbeFolder i.e uuid of parent Qbe folder(not the preference record).

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:
<QbeDeleteParams 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>
</QbeDeleteParams>

Response Information

Resource Description

True/False

BooleanResult
NameDescriptionTypeAdditional information
Result

Gets or sets a value indicating whether this is success or failure.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true
}

application/xml, text/xml

Sample:
<BooleanResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models">
  <Result>true</Result>
</BooleanResult>