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