Class TemplateDeleteParams

  • All Implemented Interfaces:
    com.courier.core.Params

    
    public final class TemplateDeleteParams
     implements Params
                        

    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.