Last updated 10 months ago
Was this helpful?
This endpoint allows you to delete a specific template by its unique identifier.
API call to Delete a Template
Successfully Deleted Template
const response = await fetch('https://www.channel360.co.za/v1.1/templates/{messageTemplateId}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{}