Deleting the Tracker Settings

Usage

Deletes the trackdata function on the document.

Request

DELETE /documents/<documentID>/tracker

Response

Response type: application/xml or application/json

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

Example

DELETE /documents/5022/tracker

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