Delete Tracker
Permanently deletes a tracker. This action cannot be undone.
Endpoint
DELETE /api/v1/trackers/{platform}/{id}
Path Parameters
| Parameter | Type | Description |
|---|---|---|
platform | string | The platform of the tracker: linkedin or twitter |
id | integer | The unique identifier of the tracker |
Response
Returns 204 No Content on success with no response body.
Example Request
curl -X DELETE "https://dash.multifollow.io/api/v1/trackers/linkedin/42" \
-H "Authorization: Bearer your-api-key-here"