Skip to main content
POST
/
v1
/
ui
/
providers
/
reset-onboarding
Reset provider onboarding state (development only)
curl --request POST \
  --url https://api.example.com/v1/ui/providers/reset-onboarding \
  --header 'Content-Type: application/json' \
  --data '
{
  "deleteProducts": true,
  "clearAllData": true
}
'

Body

application/json
deleteProducts
boolean
clearAllData
boolean

Response

200

Onboarding reset successfully