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.
Project ID
Hmac key ID
curl -L \ --request DELETE \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/hmackeys/{hmacId}' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }