Catch delete discount event callback

Topic summary

Developer seeks a way to detect when a discount is deleted in the Shopify admin so their backend app can remove the corresponding discount record. Specifically asks if there is a “Delete Discount” event they can catch or a callback mechanism to trigger on deletion.

Responses so far:

  • One reply suggested contacting the app developer, which the original poster clarified is themselves.
  • No technical solution, webhook, or API guidance was provided in the thread.

Status and outcomes:

  • No resolution or actionable steps identified; the question remains open.

Notes:

  • An attached screenshot shows the Shopify admin UI with the discount delete button, which is central to the question about capturing that delete action.
Summarized with AI on January 20. AI used: gpt-5.

I’m trying to delete the discount saved on my backend app when the user deletes the discount on Shopify admin dashboard.

Can I catch the Delete Discount event?

@JohnDoe3 Simply you can contact to app developer.

I’m the developer of this app. What I’m trying to ask here is how to catch the delete button event. So that I can create a callback or something to delete the discount saved on my backend app.