Delete Photo

Delete user profile photo. This function is only available through a JWT token.

curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/user/photo \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?