{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "DeleteEvent - Data API",
"description": "Represents a record that has been soft deleted. Search on this object was available in API version 48.0, then removed in API version 50.0.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"DeletedById": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "The ID of the user who deleted the record. This is a relationship field.",
"relationship_name": "DeletedBy",
"relationship_type": "Lookup",
"refers_to": "User"
},
"DeletedDate": {
"type": "dateTime",
"properties": "Filter, Nillable, Sort",
"description": "The date and time when the record was deleted."
},
"Record": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The ID of the record that was deleted."
},
"RecordName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The name of the record that was deleted."
},
"SobjectName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The type of record that was deleted, for example, Account."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```",
"field_reference": {
"DeletedById": {
"field_label": "Owner ID",
"type": "reference",
"length": "18"
},
"DeletedDate": {
"field_label": "Deleted Date",
"type": "datetime"
},
"Id": {
"field_label": "Delete Event ID",
"type": "id",
"length": "18"
},
"Record": {
"field_label": "Record ID",
"type": "string",
"length": "18"
},
"RecordName": {
"field_label": "Record Name",
"type": "string",
"length": "255"
},
"SobjectName": {
"field_label": "Type",
"type": "string",
"length": "40"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}