Skip to content

[Feat]: Disable, Enable and Delete API Keys #375

@SamReganCC

Description

@SamReganCC

Feature Request Is New

  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageIssue is being researched

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions