>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #65
Update issue details
Title *
Description
Implement endpoint to delete a tenant (soft delete). Endpoint: DELETE /api/v1/tenants/{tenant_id} Query Parameters: - hard_delete: Permanently delete (default: false, system_admin only) Response: Confirmation with deletion timestamp Required Permissions: system_admin only Implementation Requirements: - Soft delete by default (mark as deleted, retain data) - Hard delete requires explicit confirmation - Terminate all active sessions - Revoke all API keys - Archive audit logs before hard delete - 30-day recovery window for soft delete - Notify all tenant users via email Security: - Cannot delete tenant with active workflows (must force) - Require MFA confirmation for hard delete With ultra attention to details and correctness. Before closing: write comment summarizing implementation with screenshot.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel