Skip to main content
DELETE
/
api
/
v1
/
cards
/
{id}
Delete a card
curl --request DELETE \
  --url http://localhost:7701/api/v1/cards/{id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Path Parameters

id
integer
required
Example:

7

Response

Card deleted