Skip to main content
DELETE
/
api
/
decks
/
{deckId}
Delete a deck
curl --request DELETE \
  --url https://app.demand-iq.com/api/decks/{deckId} \
  --cookie session=
{
  "success": true
}

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Path Parameters

deckId
string<uuid>
required

UUID of the deck

Response

Deck deleted

success
boolean