curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/apikeys/{apiKeyId} \
--header 'x-api-key: <api-key>'{
"success": true,
"error": "<string>"
}Revoke an API key.
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/apikeys/{apiKeyId} \
--header 'x-api-key: <api-key>'{
"success": true,
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?