logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

mastodon-delete-user.json (732B)


  1. {
  2. "type": "Delete",
  3. "object": {
  4. "type": "Person",
  5. "id": "http://mastodon.example.org/users/admin",
  6. "atomUri": "http://mastodon.example.org/users/admin"
  7. },
  8. "id": "http://mastodon.example.org/users/admin#delete",
  9. "actor": "http://mastodon.example.org/users/admin",
  10. "@context": [
  11. {
  12. "toot": "http://joinmastodon.org/ns#",
  13. "sensitive": "as:sensitive",
  14. "ostatus": "http://ostatus.org#",
  15. "movedTo": "as:movedTo",
  16. "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
  17. "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
  18. "conversation": "ostatus:conversation",
  19. "atomUri": "ostatus:atomUri",
  20. "Hashtag": "as:Hashtag",
  21. "Emoji": "toot:Emoji"
  22. }
  23. ]
  24. }