#### [SHTCGClient](index.md 'index') ### [SHTCGClient](SHTCGClient.md 'SHTCGClient').[ClientService](SHTCGClient.ClientService.md 'SHTCGClient\.ClientService') ## ClientService\.DeleteDeckCard\(int, int\) Method Delete a card in a deck ```csharp public System.Threading.Tasks.Task DeleteDeckCard(int deckId, int id); ``` #### Parameters `deckId` [System\.Int32](https://learn.microsoft.com/en-us/dotnet/api/system.int32 'System\.Int32') The deck ID `id` [System\.Int32](https://learn.microsoft.com/en-us/dotnet/api/system.int32 'System\.Int32') The card ID #### Returns [System\.Threading\.Tasks\.Task](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.task 'System\.Threading\.Tasks\.Task')