curl --request POST \
--url https://api.example.com/v1/ui/providers/reset-onboarding \
--header 'Content-Type: application/json' \
--data '
{
"deleteProducts": true,
"clearAllData": true
}
'Resets tosAcceptance, verification, and status so the onboarding flow can be re-tested. Optionally deletes all products. Only available when NODE_ENV is not production.
curl --request POST \
--url https://api.example.com/v1/ui/providers/reset-onboarding \
--header 'Content-Type: application/json' \
--data '
{
"deleteProducts": true,
"clearAllData": true
}
'