app.didpic.admin.deleteActor
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.admin.deleteActor",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"did"
11
11
],
12
12
"properties": {
13
13
"did": {
14
14
"type": "string",
15
15
"format": "did"
16
16
},
17
17
"reason": {
18
18
"type": "string"
19
19
}
20
20
}
21
21
},
22
22
"encoding": "application/json"
23
23
},
24
24
"output": {
25
25
"schema": {
26
26
"type": "object",
27
27
"properties": {}
28
28
},
29
29
"encoding": "application/json"
30
30
},
31
-
"description": "Hard-delete all user-data rows for a DID and tombstone the actor (access_status='data_deleted', takedown=true). Administrator-only. Destructive — not reversible by restoreActor."
31
+
"description": "Delete an account's data."
32
32
}
33
33
},
34
34
"$type": "com.atproto.lexicon.schema",
35
35
"lexicon": 1
36
36
}