Skip to main content
DELETE
/
decks
/
{deckId}
Delete a Deck
curl --request DELETE \
  --url https://sandbox.deck.co/api/v1/decks/{deckId} \
  --header 'x-deck-client-id: <api-key>' \
  --header 'x-deck-secret: <api-key>'
{
  "deck_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "deleted": true
}

Authorizations

x-deck-client-id
string
header
required

Enter your client id

x-deck-secret
string
header
required

Enter your secret

Path Parameters

deckId
string<uuid>
required

Response

OK

deck_id
string<uuid>
required

The identifier for the deck.

deleted
boolean
required

Indicates if the deletion was successful.