Questions? Feedback? powered by Olark live chat software

Newsman API Page

Newsman API » Newsman API 1.0 » Template » template.delete

Newsman Api Method: template.delete

Prototype: template.delete($key, $account_id, $template_id)

Description: Deletes a template for this account

Return: boolean (Returns True if all ok)

Variable Type Description
$key string API key
$account_id string
$template_id string the template identifier

Curl Code Example

curl -G https://cluster.newsmanapp.com/api/1.0/template.delete \
	-d key=89789sdsd9fsdf9sd7k2k \
	-d account_id=test90210 \
	-d template_id=theFirstTemplate