Deletes a card assignment. Returns (Task)
This will expire any card assignment and if its a mobile credential is will revoke the credential.
| Name | Description |
|---|---|
| cardAssignment | The card assignment to delete |
Example in C#
// Returns: nothing
await client.DeleteCardAssignmentAsync(CardAssignmentInfo cardAssignment);