> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Card

Deletes an RFID card from the specified location. Returns a `204 No Content` response on success.

<ParamField path="site" type="string" required>
  The UUID of the location.
</ParamField>

<ParamField path="card" type="string" required>
  The ID of the card.
</ParamField>
