205 Delete

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

JSON

Inbox

Definition

Indicates that the actor has deleted the object. If specified, the origin indicates the context from which the object was deleted.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-delete

Scope Note

: Activity

Example

Example 16

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally deleted a note",
  "type": "Delete",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": "http://example.org/notes/1",
  "origin": {
    "type": "Collection",
    "name": "Sally's Notes"
  }
}