dots-wrapper
Version:
Digital Ocean v2 api wrapper - javascript - typescript - nodejs
9 lines • 462 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.destroyReadOnlyReplica = void 0;
const destroyReadOnlyReplica = ({ httpClient, }) => ({ database_cluster_id, read_only_replica_name, }) => {
const url = `/databases/${database_cluster_id}/replicas/${read_only_replica_name}`;
return httpClient.delete(url);
};
exports.destroyReadOnlyReplica = destroyReadOnlyReplica;
//# sourceMappingURL=destroy-read-only-replica.js.map