summaryrefslogtreecommitdiff
path: root/internal/api/model/account.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/model/account.go')
-rw-r--r--internal/api/model/account.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/api/model/account.go b/internal/api/model/account.go
index b4b325983..36138a618 100644
--- a/internal/api/model/account.go
+++ b/internal/api/model/account.go
@@ -206,9 +206,6 @@ type AccountFollowRequest struct {
type AccountDeleteRequest struct {
// Password of the account's user, for confirmation.
Password string `form:"password" json:"password" xml:"password"`
- // The origin of the delete account request.
- // Can be the ID of the account owner, or the ID of an admin account.
- DeleteOriginID string `form:"-" json:"-" xml:"-"`
}
// AccountRole models the role of an account.