DELETE
/
api
/
{projectId}
/
apikeys
/
{apiKeyId}
Revoke API key
curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/apikeys/{apiKeyId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

apiKeyId
integer
required

API key ID

Response

200 - application/json

OK

The response is of type object.