Remove custom template by it's filename.
Template XML file name for phone provisioning.
No Content
const response = await fetch('https://HOSTNAME:8887/api/templates/phones/{filename}/destroy', { method: 'POST', headers: {}, }); const data = await response.json();