No description available.
View raw schema
{
"type": "permission-set",
"title": "Delete Bluesky Content",
"detail": "Clean up public account history: posts, reposts, and likes.",
"title:lang": {},
"detail:lang": {},
"permissions": [
{
"type": "permission",
"action": [
"delete"
],
"resource": "repo",
"collection": [
"app.bsky.feed.like",
"app.bsky.feed.post",
"app.bsky.feed.postgate",
"app.bsky.feed.repost",
"app.bsky.feed.threadgate"
]
}
]
}