DeletedReference
A reference to a deleted identifiable managed object where the identifier is unique. It is described by a string identifying the class of the referenced object (key name) with a unique string identifier as its value, and the deletion instant.
idstringrequired
classNamestringrequired
Possible values: Value must match regular expression ^([A-Z][a-z0-9]+)+
deleteTimestampstring<date-time>required
The instant when the reference was deleted
DeletedReference
{
"id": "string",
"className": "string",
"deleteTimestamp": "2024-07-29T15:51:28.071Z"
}