Skip to main content
DELETE
/
cards
/
{cardPublicId}
Delete a card
curl --request DELETE \
  --url https://kan.bn/api/v1/cards/{cardPublicId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.kan.bn/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardPublicId
string
required
Minimum string length: 12

Response

Successful response

success
boolean
required