{
"id": "app.chronosky.schedule.deletePost",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"maxLength": 100,
"description": "Post ID to delete."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "PostNotFound"
},
{
"name": "PostNotPending"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"success"
],
"properties": {
"success": {
"type": "boolean",
"const": true,
"description": "Deletion success flag."
}
}
},
"encoding": "application/json"
},
"description": "Delete a scheduled post. Only PENDING posts can be deleted."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:bfjib7fy6dob3gyfssyfd4ry
- CID
-
bafyreiedcegrifcbtacwmhn5vyaagcaavnsfakuxkb6twoyienojtvmrpa
- Indexed At
- 2026-02-12 22:37 UTC
- AT-URI
-
at://did:plc:bfjib7fy6dob3gyfssyfd4ry/com.atproto.lexicon.schema/app.chronosky.schedule.deletePost