dots-wrapper
Version:
Digital Ocean v2 api wrapper - javascript - typescript - nodejs
9 lines • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.destroySshKey = void 0;
const destroySshKey = ({ httpClient, }) => ({ ssh_key_id, }) => {
const url = `/account/keys/${ssh_key_id}`;
return httpClient.delete(url);
};
exports.destroySshKey = destroySshKey;
//# sourceMappingURL=destroy-ssh-key.js.map