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

# Data retention & deletion

> Delete a connector and the data synced through it.

Synced data is deleted at one level: the connector. Nothing in the Dashboard or the API removes a single record or a single field of synced data, and once a connector's deletion completes, none of it comes back.

## Deletion is connector-level

Deleting a connector discards the data synced through it *and the record IDs built from it*. That's the whole of what you can delete yourself - see [Delete Connector](/api-reference/connectors/delete-connector).

Anything narrower - one model, one field, a subset of employees - is a support request. Nothing on your end deletes below the connector.

<Warning>
  Deletion is only recommended for connectors that are abandoned, duplicated, or belong to a churned customer.
</Warning>

## The 7-day window

**A deleted connector's data is recoverable for seven days.** Inside that window, email [support@bindbee.dev](mailto:support@bindbee.dev) with the connector ID and the deletion can be stopped before it completes.

After seven days the data is permanently removed and cannot be retrieved - not by you, and not by support.

This clears Bindbee's copy only. **Anything you have already synced into your own store is yours to delete**, so plan retention on your side against the same event.

<Note>
  Retention and deletion follow Bindbee's SOC 2, ISO and GDPR commitments - see the [Trust Center](https://trust.bindbee.dev).
</Note>

## Deleting a subset of data

A customer often narrows what they are willing to share after the fact. They authorize everything, data syncs, and then they decide only US employees should ever have been sent.

Narrowing your [scope](/get-started/scoping) stops future collection, but **it does not remove what has already synced**. For that, email [support@bindbee.dev](mailto:support@bindbee.dev) with the connector and the filter that describes what should go.

## Related

* [Delete Connector](/api-reference/connectors/delete-connector) - the endpoint
* [Scoping](/get-started/scoping) - stopping collection, which deletion does not do
* [Roles & permissions](/guides/workspace/roles-and-permissions) - who can delete a Production connector
* [Go-Live checklist](/guides/go-live-checklist) - offboarding and retention before launch
