Skip to content

feat: add Tracker.Delete functionality#643

Merged
Justintime50 merged 1 commit intomasterfrom
EXP-751_delete_tracker
Feb 3, 2026
Merged

feat: add Tracker.Delete functionality#643
Justintime50 merged 1 commit intomasterfrom
EXP-751_delete_tracker

Conversation

@Justintime50
Copy link
Member

No description provided.

Adds the ability to delete a tracker via the Tracker.Delete method.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@Justintime50 Justintime50 marked this pull request as ready for review February 3, 2026 19:11
@Justintime50 Justintime50 requested review from a team as code owners February 3, 2026 19:11
@Justintime50 Justintime50 merged commit 62690eb into master Feb 3, 2026
18 checks passed
@Justintime50 Justintime50 deleted the EXP-751_delete_tracker branch February 3, 2026 19:55
Comment on lines +159 to +162
await Client.Tracker.Delete(tracker.Id);

// Deleting a Tracker does not return anything, so we can't test the response
Assert.True(true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could assert that an exception was not raised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants