DELETE /api/users/[id]
Permanently deletes the authenticated user’s account. Also removes the user from Loops.so.Requires authentication. User can only delete their own account.
Response (200)
Errors
| Status | Code | Reason |
|---|---|---|
| 401 | UNAUTHORIZED | Not authenticated |
| 403 | FORBIDDEN | Not your account |