Removed unused "destroy automated email" endpoint#27085
Conversation
closes https://linear.app/ghost/issue/NY-1201 We aren't using this endpoint today, and its existence makes a future change more difficult. Let's remove it.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
💤 Files with no reviewable changes (3)
WalkthroughThis change removes the DELETE endpoint for automated emails from the system. The modifications include: removing the 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
troyciesco
left a comment
There was a problem hiding this comment.
lgtm - just noting we still have the "delete automated emails" permission in ghost/core/core/server/data/schema/fixtures/fixtures.json, but i think we still want that based on the other work you're doing.
|
Didn't know about that...thank you! |



closes https://linear.app/ghost/issue/NY-1201
We aren't using this endpoint today, and its existence makes a future change more difficult. Let's remove it.