# # ApiKeyResponseOnDelete

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**active** | **bool** | Indicates if the api key is active | [optional]
**created_at** | **int** | Unix timestamp in seconds of when the api key was created | [optional]
**description** | **string** | A name or brief explanation of what this api key is used for | [optional]
**livemode** | **bool** | Indicates if the api key is in production | [optional]
**prefix** | **string** | The first few characters of the authentication_token | [optional]
**id** | **string** | Unique identifier of the api key | [optional]
**object** | **string** | Object name, value is &#39;api_key&#39; | [optional]
**last_used_at** | **int** | Unix timestamp in seconds with the api key was used | [optional]
**role** | **string** | Indicates if the api key is private or public | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
