Delete a template
Soft-deletes a template. The template will be marked as deleted but not removed from the database.
post/api/templates.delete
Request body
Example request
{
"workspace_id": "ws_1234567890",
"id": "welcome_email"
}Response
Template deleted successfully
Example response
{
"success": true
}