Skip to main content

Access key deleted

The event is created when an access key is deleted.

ParameterTypeDescription
namestringaccess_key.deleted
descriptionstringAccess key deleted
accessKey.idstringThe ID of the access key
accessKey.namestringThe name of the access key

Example event

{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"id": "78f89c75-8223-4546-a8ac-0ff9f233c6ee",
"type": "admin"
},
"eventId": "1d2984f5-fdd4-11ec-811c-6045bd95059c",
"accessKey": {
"name": "Your access key",
"id": "9a15fb5e-412b-439a-8777-9744339e69d6"
},
"name": "access_key.deleted",
"description": "Access key deleted",
"timestamp": "2022-07-07T09:06:00.636Z",
"status": "succeeded"
}