205 Delete
https://w3id.org/class/redaktor/Delete
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
: ActivityExample
{
"@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"
}
}