Skip to main content
DELETE
/
v1
/
templates
/
{template_id}
Delete a customization template
curl --request DELETE \
  --url https://prod.truv.com/v1/templates/{template_id}/ \
  --header 'X-Access-Client-Id: <api-key>' \
  --header 'X-Access-Secret: <api-key>'
{
  "error": {
    "code": "authentication_failed",
    "message": "No such token"
  }
}

Authorizations

X-Access-Client-Id
string
header
required

Client ID

X-Access-Secret
string
header
required

Client Access Key

Path Parameters

template_id
string
required

Response