delete_users_syncs_by_id
Delete a Trakt data sync by its numeric ID to undo the operation and revoke the sync from your account.
Instructions
Undo a data sync.
DELETE /users/syncs/{id}
Args: id: The numeric sync id, scoped to the authenticated user. A numeric segment hits a single sync; a non-numeric segment is the filtered list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |