Loading...
Delete user profile photo. This function is only available through a JWT token.
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/user/photo', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text" }