-
-
Notifications
You must be signed in to change notification settings - Fork 5
DeleteChecklistAsync
Rasmus Wulff Jensen edited this page Nov 1, 2023
·
5 revisions
Delete a Checklist (WARNING: THERE IS NO WAY GOING BACK!!!)
/// <summary>
/// Delete a Checklist (WARNING: THERE IS NO WAY GOING BACK!!!)
/// </summary>
/// <param name="checklistId">The id of the Checklist to Delete</param>
/// <param name="cancellationToken">Cancellation Token</param>
public async Task DeleteChecklistAsync(string checklistId, CancellationToken cancellationToken = default) {...}var checklistId = "34435345ea0cb006dc9e23ds";
await _trelloClient.GetChecklistsOnCardAsync(checklistId);If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')