Skip to main content
DELETE
/
v3
/
sites
/
{site}
/
cards
/
{card}
Delete Card
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/sites/{site}/cards/{card} \
  --header 'Authorization: Bearer <token>'
Deletes an RFID card from the specified location. Returns a 204 No Content response on success.
site
string
required
The UUID of the location.
card
string
required
The ID of the card.