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>"
}
OK
The response is of type object
.