DELETE
/
api
/
{projectId}
/
hmackeys
/
{hmacId}
Remove HMAC key
curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/hmackeys/{hmacId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

hmacId
integer
required

Hmac key ID

Response

200 - application/json

OK

The response is of type object.