Deleting the Tracker Settings

Deletes the trackdata function on the document.

Request

DELETE <webiURL>/documents/{documentId}/tracker

Where:

  • {documentId}: the identifier of the Web Intelligence document retrieved from the list of documents
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/5022/tracker

<success>
    <message>The resource of type 'Tracker' has been successfully removed.</message>
    <id>9917</id>
</success>