Revoke an App Password by name.
Input
Encoding
application/jsonname
string
Required
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": [
"name"
],
"properties": {
"name": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"description": "Revoke an App Password by name."
}