Deletes the tenant’s notification template with the given template_id.
Returns 204 No Content with an empty body on success.
Returns 404 if there is no template with this ID for the tenant,
including a second DELETE after a successful removal.
Documentation Index
Fetch the complete documentation index at: https://www.courier.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Id of the tenant that owns the template.
Id of the template to remove from the tenant.
Template deleted successfully