Skip to main content
DELETE
/
v1
/
cards
/
{cardId}
Close card
curl --request DELETE \
  --url https://api.ledger.so/v1/cards/{cardId} \
  --header 'Api-Key: <api-key>'
{
  "success": true
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

cardId
string
required

The card ID

Response

Card closed

success
boolean