Remove HMAC Key

Revoke an HMAC key. Note that if you revoke the development key some services (such as automatic provisioning of devices through the serial daemon) will no longer work.

curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/hmackeys/{hmacId} \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?