Loading...


Related Products


Date Published: March 19, 2022

Deleting Contents from Publisher Site Should also Delete the Contents from Subscribers Site

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 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

 

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation