GET Documents/DeleteDocument?documentId={documentId}&contextUid={contextUid}&contextType={contextType}&userName={userName}

Delete the specified document

Request Information

URI Parameters

NameDescriptionTypeAdditional information
documentId

integer

Required

contextUid

The context UID.

string

Required

contextType

Type of the context. Should be either "Patient" or "Study"

string

Required

userName

User login

string

None.

Body Parameters

None.

Response Information

Resource Description

true if delete becomes successful. Otherwise returns false

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>