Skip to content

DeleteKxVolume

Source: src/AWS/FinSpace/DeleteKxVolume.ts

Runtime binding for finspace:DeleteKxVolume — deletes a volume from the bound environment. The volume must not be attached to any cluster. Provide the implementation with Effect.provide(AWS.FinSpace.DeleteKxVolumeHttp).

const deleteVolume = yield* AWS.FinSpace.DeleteKxVolume(kdb);
yield* deleteVolume({
volumeName: "tp-logs",
clientToken: crypto.randomUUID(),
});