DELETE api/cmis/xref/document/delete/{xref_type}
Deletes the associated XREFs to an Document Required Parameters xref_doc - The xref_doc used to identify the Document xref_list - Delimited List of XREFs to delete from the Document. Uses list delimiter defined in the Document by default NOTE: Provide a list of Only the XREFs to be deleted
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
xref_type |
Type of interface the XREFs in the list represent. xref_type values: comp (component) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
defaultresponse
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |