Skip to content
Get started

Delete ingress

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

Delete ingress

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

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

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