219 Remove

https://w3id.org/class/redaktor/Remove

JSON

Inbox

Definition

Indicates that the actor is removing the object. If specified, the origin indicates the context from which the object is being removed.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-remove

Scope Note

: Activity

Example

Example 27

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally removed a note from her notes folder",
  "type": "Remove",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": "http://example.org/notes/1",
  "target": {
    "type": "Collection",
    "name": "Notes Folder"
  }
}