Function: deleteOrganization()
ts
function deleteOrganization(client, parameters): Promise<void>;Defined in: api/organizations.ts:92
Delete an Organization
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { id: unknown; } | - |
parameters.id | unknown | The ID or name of the Organization |
Returns
Promise<void>