Retraction

This entity represents a claim of deletion of a previously federated entity.

Properties

Property Type Description
author diaspora* ID The diaspora* ID of the who claims the deletion.
target_guid GUID The GUID of the entity to delete.
target_type Type The type of the entity to delete.

Example

<retraction>
  <author>alice@example.org</author>
  <target_guid>8d89e1f029f6013487753131731751e9</target_guid>
  <target_type>Post</target_type>
</retraction>