> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/tutorials/delete-assets-that-are-missing-from-source.md).

# Delete assets that are missing from source

As a result of import or synchronization operations, assets that were present in your Collibra environment but are no longer available in the external system may have their status changed to **Missing from source** instead of being permanently deleted. After a review of those assets you may want to remove them from Collibra. You can use the **Delete missing assets** workflow to delete any assets from a selected domain that have the **Missing from source** status.

{% hint style="success" %}
Download the [**Delete missing assets**](https://cdn.collibra.com/developer/Delete%20missing%20assets-bar.zip) workflow.
{% endhint %}

{% hint style="success" %}
You can adjust the workflow to target any other status by updating the **statusId** process variable.
{% endhint %}

## Configuration

After you have uploaded the workflow to your environment, access the workflow configuration via <img src="/files/gsaL73XWbdnIgLNP601y" alt="" data-size="line"> **Settings** → **Workflows** → **Definitions** → **Delete Missing Assets**.

![](/files/8G9ke98hUGatlnhJI663)

The workflow is meant to run at the community level. You must change the scope of the workflow to apply to **Community**.

Additionally, you may want to change the description, the start label or to allow only specific roles to be able to start this workflow.

## Walk-through

After you have enabled the workflow, go to a community containing domains with assets that are missing from source. To start the workflow, click **Actions** → **Delete Missing Assets**.

<img src="/files/sw0a4PGXGOYvBsWl0CLH" alt="" width="50%">

You must select one or more domains from the current community and acknowledge that deleting those assets is an irreversible process before you can click the **Delete missing assets** button to permanently delete those assets.

{% hint style="warning" %}
Depending on the number of assets that have the **Missing from source** status, the workflow may take some time and computing resources to complete.
{% endhint %}

## Additional resources

* Download the [Delete missing assets-bar.zip](https://cdn.collibra.com/developer/Delete%20missing%20assets-bar.zip) workflow to publish in Collibra or edit in the Workflow Designer
* Read the [Workflow Designer documentation](https://developer.collibra.com/workflows/workflow-documentation/).
* Read the [Introduction to Builders](https://developer.collibra.com/tutorials/introduction-to-builders/) tutorial.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.collibra.com/tutorials/delete-assets-that-are-missing-from-source.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
