POST
/
v1
/
cards
/
remove
curl --request POST \
  --url https://api.supernotes.app/v1/cards/remove \
  --header 'Content-Type: application/json' \
  --data '[
  "3c90c3cc-0d44-4b50-8888-8dd25736052a"
]'
{}

Authorizations

Api-Key
string
headerrequired

Body

application/json · string[]

The body is of type string[].

Response

207 - application/json

The response is of type object.