'https://www.w3.org/ns/activitystreams', 'id' => $story->url() . '#delete', 'type' => 'Delete', 'actor' => $story->profile->permalink(), 'object' => [ 'id' => $story->url(), 'type' => 'Story', ], ]; } }