Skip to main content
Javier - Developer Relations
Community Manager
September 24, 2026
CHANNEL API UPDATE

Delete application message templates via the Channel API

  • September 24, 2026
  • 0 replies
  • 5 views

If you build an application channel that syncs message templates into Front, you can now remove one directly instead of waiting for a resync.

 

DELETE /channels/{channel_id}/application_message_templates/{external_id}

 

Previously, when a template was deleted in your external service, Front kept its copy until the next full resync, which only runs on channel creation or a manual trigger. Now you can call this the moment your deletion webhook fires and keep Front in lock step with your template catalogue.

 

The endpoint returns 204 on success, 400 if the channel doesn't support message templates, and 404 if no template matches that external ID.

 

View full details in the Developer Portal.