Delete a product and all its scoring results.
Permission: product:delete (admin+ role)
product:delete
cURL
curl --request DELETE \ --url https://app.dacard.ai/api/products/{id} \ --cookie __session=
{ "success": true }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Product UUID
Product deleted
true
Was this page helpful?