Title: Cannot (De)Activate Post Notification
Last modified: June 26, 2026

---

# Cannot (De)Activate Post Notification

 *  [shrtminded](https://wordpress.org/support/users/shrtminded/)
 * (@shrtminded)
 * [1 week, 3 days ago](https://wordpress.org/support/topic/cannot-deactivate-post-notification/)
 * When I try to activate or deactivate a Post Notification, I am getting No route
   was found matching the URL and request method. I’ve checked the Dev Tools and
   it is trying to do a POST to /wp-json/mailpoet/v1/newsletters/62/status?_locale
   =user. I checked the code and it appears the route should be a PUT instead of
   a POST.
 * I’m on WordPress 7.0 and 5.32.0 of the MailPoet plugin

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Ján Mikláš](https://wordpress.org/support/users/neosinner/)
 * (@neosinner)
 * [1 week ago](https://wordpress.org/support/topic/cannot-deactivate-post-notification/#post-18951144)
 * Hi [@shrtminded](https://wordpress.org/support/users/shrtminded/), I can verify
   the issue. The route indeed accepts PUT, but the plugin sends POST request with
   a header which overrides it to PUT. But if that header is removed (e.g. by server
   configuration, security plugin, or any other way), the request will fail as you
   can see.
 * We’ll work on fix, which should be included in next week’s release.
 *  Plugin Author [Ján Mikláš](https://wordpress.org/support/users/neosinner/)
 * (@neosinner)
 * [4 days, 16 hours ago](https://wordpress.org/support/topic/cannot-deactivate-post-notification/#post-18954093)
 * Hi [@shrtminded](https://wordpress.org/support/users/shrtminded/), just an update,
   the [fix is implemented](https://github.com/mailpoet/mailpoet/pull/6937) and 
   will be included in next release.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcannot-deactivate-post-notification%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/mailpoet/assets/icon-256x256.png?rev=3284564)
 * [MailPoet - Newsletters, Email Marketing, and Automation](https://wordpress.org/plugins/mailpoet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailpoet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailpoet/)
 * [Active Topics](https://wordpress.org/support/plugin/mailpoet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailpoet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailpoet/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ján Mikláš](https://wordpress.org/support/users/neosinner/)
 * Last activity: [4 days, 16 hours ago](https://wordpress.org/support/topic/cannot-deactivate-post-notification/#post-18954093)
 * Status: not resolved