delete https://a.klaviyo.com/api/templates//
Delete a template with the given template ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
Templates Write
Responses
Delete a template with the given template ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
Templates Write
xxxxxxxxxx
curl --request DELETE \
--url https://a.klaviyo.com/api/templates/id/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-01-24'
xxxxxxxxxx
18{
"data": {
"type": "template",
"id": "string",
"attributes": {
"company_id": "COMPANY_ID",
"name": "string",
"editor_type": "string",
"html": "string",
"text": "string",
"created": "2022-11-08T00:00:00",
"updated": "2022-11-08T00:00:00"
},
"links": {
"self": "string"
}
}
}