Update the service-specific admin status of a subject (account, record, or blob).
Input
Encoding
application/jsondeactivated
refcom.atproto.admin.defs#statusAttr
Optional
No description provided.
subject
union
Required
No description provided.
takedown
refcom.atproto.admin.defs#statusAttr
Optional
No description provided.
Output
Encoding
application/jsonsubject
union
Required
No description provided.
takedown
refcom.atproto.admin.defs#statusAttr
Optional
No description provided.
Try It
Direct PDS XRPC methods (com.atproto.*) are disabled in Try It for security reasons.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"subject"
],
"properties": {
"subject": {
"refs": [
"com.atproto.admin.defs#repoRef",
"com.atproto.repo.strongRef",
"com.atproto.admin.defs#repoBlobRef"
],
"type": "union"
},
"takedown": {
"ref": "com.atproto.admin.defs#statusAttr",
"type": "ref"
},
"deactivated": {
"ref": "com.atproto.admin.defs#statusAttr",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"subject"
],
"properties": {
"subject": {
"refs": [
"com.atproto.admin.defs#repoRef",
"com.atproto.repo.strongRef",
"com.atproto.admin.defs#repoBlobRef"
],
"type": "union"
},
"takedown": {
"ref": "com.atproto.admin.defs#statusAttr",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"description": "Update the service-specific admin status of a subject (account, record, or blob)."
}