space.highport.manage.releaseDomain
Schema Diff
+5 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.manage.releaseDomain",
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
"domain"
11
11
],
12
12
"properties": {
13
13
"domain": {
14
14
"type": "string",
15
15
"maxLength": 253,
16
16
"description": "The registered hostname."
17
17
}
18
18
}
19
19
},
20
20
"encoding": "application/json"
21
21
},
22
22
"errors": [
23
23
{
24
24
"name": "DomainNotFound",
25
25
"description": "No registration for that domain belongs to the caller."
26
+
},
27
+
{
28
+
"name": "DomainIsDelegationProbe",
29
+
"description": "The domain is a delegation base's probe. Use disableDelegation to remove it."
26
30
}
27
31
],
28
32
"output": {
29
33
"schema": {
30
34
"type": "object",
31
35
"required": [
32
36
"released"
33
37
],
34
38
"properties": {
35
39
"released": {
36
40
"type": "boolean"
37
41
}
38
42
}
39
43
},
40
44
"encoding": "application/json"
41
45
},
42
-
"description": "Release a domain: deactivate its site, stop authorizing the domain at the TLS permission endpoint, and revoke and delete its certificate. The content-addressed blobs survive — they may be shared — and are reclaimed by garbage collection."
46
+
"description": "Release a domain: deactivate its site and stop authorizing it for TLS. Certificates already issued for it stay valid until they expire. If the domain is a base with a wildcard grant, the grant ends and the wildcard is revoked and deleted; no account can take the domain until that finishes. Stored blobs are left for garbage collection."
43
47
}
44
48
},
45
49
"$type": "com.atproto.lexicon.schema",
46
50
"lexicon": 1
47
51
}