curl --request DELETE \
--url http://localhost:3001/api/admin/content/templates \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"id": "<string>",
"type": "Email"
}'
"<string>"
Delete a message template.
curl --request DELETE \
--url http://localhost:3001/api/admin/content/templates \
--header 'Content-Type: application/json' \
--data '{
"workspaceId": "<string>",
"id": "<string>",
"type": "Email"
}'
"<string>"
An empty String