DELETE api/cmis/xref/component/delete/{xref_type}
Deletes the associated XREFs to an Component Required Parameters xref_comp - The xref_comp used to identify the Component xref_list - Delimited List of XREFs to delete from the Component. Uses list delimiter defined in the COMP 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: wo (workorder), doc (document) |
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. |