Delete User
Delete a user. This function is only available through a JWT token, and can only remove the current user.
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/users/{userId} \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?