### Feature Request Is New - [x] I have verified that the requested feature does not already exist or has not already been requested. ### Description of the feature The ability to use the ApiKeyService to disable and delete keys. https://docs.easypost.com/docs/api-keys ``` $apiClient->apiKeys->delete($keyId); $apiClient->apiKeys->disable($keyId); $apiClient->apiKeys->enable($keyId); ``` Thanks.