v1Resources/Review Invites/deleteDelete a message template
Delete a message template
Permanently deletes a template. This doesn't affect campaigns already using its content — it only removes the reusable template.
delete
review-invite:write/api/v1/review-invites/templates/{id}Query parameters
idstringrequired
The template to delete. Required.
Response
dataobjectoptional
deletedbooleanoptional
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
delete/api/v1/review-invites/templates/{id}
Your API key
id *
{
"data": {
"ok": true
}
}