cURL
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 }
Permanently delete a deck. All underlying data will also be removed.
Enter your client id
Enter your secret
OK
The identifier for the deck.
Indicates if the deletion was successful.
Was this page helpful?