Revoke API Key
Revoke an API key. Note that if you revoke the development API 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}/apikeys/{apiKeyId} \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?