Last updated 10 months ago
Was this helpful?
Delete user profile photo. This function is only available through a JWT token.
/api/user/photo
curl -L \ --request DELETE \ --url 'https://studio.edgeimpulse.com/v1/api/user/photo' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }