Skip to content
Get started

Delete volume

client.volumes.delete(stringid, RequestOptionsoptions?): void
delete/volumes/{id}

Delete volume

ParametersExpand Collapse
id: string
Delete volume
import Hypeman from '@onkernel/hypeman';

const client = new Hypeman({
  apiKey: 'My API Key',
});

await client.volumes.delete('id');
Returns Examples