Revoke an API key

DELETE
/api-keys/{apiKeyId}
/api-keys/{apiKeyId}

Path Parameters

apiKeyId
Required
string

The id of the API key

curl -X DELETE "http://localhost:2999/v1/api-keys/string"

Success