cURL
curl --request DELETE \ --url https://live.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.
Documentation IndexFetch the complete documentation index at: https://docs.deck.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.deck.co/llms.txt
Use this file to discover all available pages before exploring further.
Enter your client id
Enter your secret
OK
The identifier for the deck.
Indicates if the deletion was successful.
Was this page helpful?