# DeletionEvent - admin-graphql - OBJECT Version: 2024-10 ## Description Deletion events chronicle the destruction of resources (e.g. products and collections). Once deleted, the deletion event is the only trace of the original's existence, as the resource itself has been removed and can no longer be accessed. ### Access Scopes ## Fields * [occurredAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the deletion event for the related resource was generated. * [subjectId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the resource that was deleted. * [subjectType](/docs/api/admin-graphql/2024-10/enums/DeletionEventSubjectType): DeletionEventSubjectType! - The type of resource that was deleted. ## Connections ## Related queries * [deletionEvents](/docs/api/admin-graphql/2024-10/queries/deletionEvents) The paginated list of deletion events. ## Related mutations ## Related Unions ## Examples