curl --request DELETE \
--url https://api.myscalev.com/v3/products/{product_id}/follow-up-chats/{id} \
--header 'Authorization: Bearer <token>'{
"error": {},
"error_code": "<string>",
"message": "<string>",
"errors": {}
}Requires the product:update machine scope. Deletes a follow up chat template.
curl --request DELETE \
--url https://api.myscalev.com/v3/products/{product_id}/follow-up-chats/{id} \
--header 'Authorization: Bearer <token>'{
"error": {},
"error_code": "<string>",
"message": "<string>",
"errors": {}
}