Delete trackers
This guide describes how to use the Management API Delete Tracker operation to delete a tracker.
Authentication
Before using this API, you must generate your authentication token (AUTH_TOKEN
) as described in Authenticate.
Use case
You created a Custom Tracker and need to delete one.
Request parameter
Parameter | Required | Description |
---|---|---|
trackerId | Yes | The ID of the tracker to delete. |
Delete tracker
Submit a request to delete a tracker:
DELETE https://api.symbl.ai/v1/manage/trackers/{trackerId}
To make a sample request directly from the API Reference, see Delete Tracker.
Request
To delete a tracker, use:
DELETE https://api.symbl.ai/v1/manage/trackers/{trackerId}
You do not need to add any code to submit this URL-based operation.
Tracker ID is the only parameter needed.
For example:
DELETE https://api.symbl.ai/v1/manage/trackers/4973953656291328
Response
Response code (success) is 204
No response body.
Updated 3 months ago