Skip to main content
DELETE
/
v0
/
user
/
onboarding
curl --request DELETE \
  --url 'https://api.unify.ai/v0/user/onboarding' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}
Reset the current user’s onboarding progress. This can be used if the user wants to restart the onboarding flow.

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request DELETE \
  --url 'https://api.unify.ai/v0/user/onboarding' \
  --header "Authorization: Bearer $UNIFY_KEY"
{}