DELETE
/
content
/
api
/
v2
/
templates
/
{template_id}
Delete Selected Template
curl --request DELETE \
  --url https://api.hubapi.com/content/api/v2/templates/{template_id}

Required Scopes

This API requires one of the following scopes:
  • content

Path Parameters

template_id
string
required

Unique identifier for the template.

Response

204

Template deleted successfully