# Handling Syncs for Deleted Items

When working across different platforms or systems, it’s essential to understand the limitations related to data synchronization. One critical area where limitations exist is the synchronization of deleted items. In this article, we’ll explore the current limitations regarding deletion sync and provide a recommended workaround.

### Current Limitation <a href="#current-limitation" id="current-limitation"></a>

The issue arises when an item (such as an issue, task, or record) is deleted on one platform. Unfortunately, this deletion does not automatically trigger a corresponding deletion on the other platform. In other words, if you delete an issue in Platform A, it won’t be automatically removed from Platform B.

### Recommended Workaround <a href="#recommended-workaround" id="recommended-workaround"></a>

To address this limitation, consider implementing the following workaround:

1. **Create a “Deleted” Status or Label:**
   * Go to your app instance and create a **custom status** or **label** specifically for deleted items in your workflow.
   * Apply this status or label to any item you want to mark as **deleted.**

<figure><img src="/files/1jSfblEjTXq5Kitzzeqe" alt=""><figcaption><p>Label created to identify <strong>Deleted</strong> issues. We’re using a Jira instance as an example</p></figcaption></figure>

<figure><img src="/files/DgfnS1BvvhZeQNDuGgiy" alt=""><figcaption><p>Custom status created for <strong>Deleted</strong> issues</p></figcaption></figure>

{% hint style="info" %}
If you want an in-depth guide on how to create custom fields, please visit our article here: [How to create a custom field](https://docs.getint.io/guides/integration-synchronization/how-to-create-a-custom-field-in-all-support-software).
{% endhint %}

2. **Manual Cleanup:**
   * Regularly review items with the **Deleted** status or label.
   * Manually erase these items from the other platform as needed.

Please note that syncing deleted items is not supported, and there are no current plans to implement it. While this workaround adds an extra step, it helps mitigate the limitation effectively.

<figure><img src="/files/otyodSR2k1YTwh3mrnVq" alt=""><figcaption><p><a href="https://calendly.com/d/cpws-jb2-8xx/demo-call-all-team
">Start your integration journey. Schedule a free consultation with our Getint Integration Expert today!</a></p></figcaption></figure>


---

# Agent Instructions: 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://docs.getint.io/getintio-platform/handling-syncs-for-deleted-items.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.
