---
title: "Deleting Contents from Publisher Site Should also Delete the Contents from Subscribers Site"
date: "2022-03-19T01:53:42+00:00"
summary:
image:
type: "article"
url: "/acquia-cloud-platform/help/93921-deleting-contents-publisher-site-should-also-delete-contents-subscribers-site"
id: "fec34f29-60ff-4425-8908-3cce95ec20c6"
---

**Issue**
---------

When we delete the content from publisher site it is not getting deleted from subscriber site.

**Resolution**
--------------

Check your site is properly configured to use Content Hub.

If yes then check below points:

Use below command to check webhook list:

    drush -l yourdomain.com  ach-wh list

If in the output you see Suppressed column with **Suppressed until mm/dd/yyyy hh:mm:** then you can use below steps:

*   Wait 12 hours for Acquia Content Hub to re-enable the webhook.
*   Use the [webhook enable API endpoint](http://api.content-hub.acquia.com/#v2_settings_webhooks__uuid__enable) to manually enable the webhook within the 12-hour window.
*   (_For backwards compatibility only_) Send a **POST** request to the **v2/settings/webhooks** endpoint.

Or you can simply remove webhook from Publisher site and re-add then using below drush command:

    drush ach-wh register --webhook_url=yourdomain.com/acquia-contenthub/webhook

You can read more details here:

[Troubleshooting webhooks](https://docs.acquia.com/contenthub/2x/developing/webhooks/#troubleshooting-webhooks)