Delete all products and scoring results for the current user’s account. Used to reset demo/seed data.
cURL
curl --request POST \ --url https://app.dacard.ai/api/clear-demo \ --cookie __session=
{ "success": true, "deletedProducts": 123, "deletedResults": 123, "message": "<string>" }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Demo data cleared
Was this page helpful?