Deleting a Link

You can delete a document referenced by its ID.

Request

DELETE <webiURL>/documents/{documentId}/links/{linkId}

Where:

  • {documentId} is the identifier of a Web Intelligence document retrieved from the list of documents
  • {linkId} is the identifier of the link retrieved from the list of links
Response

Response type: application/xml or application/json

The response is a message stating the success or failure of the request.

Example

DELETE <webiURL>//documents/8022/links/L4

<success>
    <message>The resource of type 'Link' with identifier 'L4' has been successfully removed.</message>
    <id>L4</id>
</success>