> ## Documentation Index
> Fetch the complete documentation index at: https://loadwork.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete your organization

> Permanently delete your Load Work organization. This removes all data, cancels billing, and signs you out. Only the Owner can do it. Cannot be undone.

export const PageFooter = ({path}) => <p style={{
  marginTop: '3rem',
  paddingTop: '1rem',
  borderTop: '1px solid var(--border-color, #e5e7eb)',
  fontSize: '0.875rem',
  color: 'var(--muted-color, #6b7280)'
}}>
    Something in the app look different from this page?{' '}
    <a href={`mailto:support@loadworkhub.com?subject=${encodeURIComponent('Docs feedback' + (path ? ` — ${path}` : ''))}&body=${encodeURIComponent('The docs page ' + (path || '(unspecified)') + ' looks different from what I see in the app.\n\nWhat I see:\n\nWhat the page says:\n')}`}>
      Tell us and we'll fix it
    </a>.
  </p>;

Deleting your organization is permanent. It removes your team, saved loads, notification rules, and trucks, cancels billing, and signs you out immediately. Only the Owner can perform this action. Before you proceed, export or save anything you need because this cannot be undone.

<Warning>
  This action is permanent. It deletes your organization, all team members, all saved loads, all notification rules, and all trucks. Billing is cancelled. You will be signed out immediately. This cannot be undone.
</Warning>

## Where to find the delete option

Go to **Organization → Manage**, then scroll to the **Danger zone** section at the bottom of the page. The page shows your organization details and a red Danger zone area with the delete button.

## Steps to delete your organization

<Steps>
  <Step title="Navigate to Organization → Manage">
    Open the Manage page from the main navigation.
  </Step>

  <Step title="Scroll to Danger zone">
    Find the **Danger zone** section at the bottom of the page.
  </Step>

  <Step title="Click Delete organization">
    Click the **Delete organization** button.
  </Step>

  <Step title="Confirm the deletion">
    Follow the confirmation prompts. Once confirmed, the deletion happens immediately.
  </Step>
</Steps>

## What gets deleted

* Organization and org code
* All team members and roles
* All saved loads
* All notification rules
* All trucks and truck data
* Billing subscription and payment schedule

## What happens next

You are signed out of Load Work immediately. If you ever want to use Load Work again, you will need to create a new organization from scratch.

## Before you delete

Consider exporting or recording any important information first:

* Broker contact details from saved loads
* Active load IDs you want to track elsewhere
* Team member emails if you plan to reassemble the team later

## Who can delete

Only the **Owner** role sees the **Delete organization** button. Members do not have access to the Danger zone.

## Related articles

<CardGroup cols={2}>
  <Card title="Change or cancel your plan" icon="arrows-rotate" href="/account/change-or-cancel-plan" />

  <Card title="Invoices and payment methods" icon="receipt" href="/account/invoices-and-payment" />

  <Card title="Roles: Owner vs Member" icon="users" href="/team/roles-owner-vs-member" />

  <Card title="Contact support" icon="envelope" href="/troubleshooting/contact-support" />
</CardGroup>

<PageFooter path="/account/delete-organization" />
