cURL
curl --request DELETE \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/hmackeys/{hmacId} \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
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
OK
The response is of type object.
object