Item/Variation deletion history from API

Is there a way to get deletion date/time of an item and or its variations from the API? Is there a way to know what square user (or api key or other integration) deleted an item?

Im not seeing clear examples of this in the documentation. Please advise.

The SearchCatalogObjects endpoint has an optional include_deleted_objects parameter. If set it to true, you can see the “updated_at” for a particular deleted object, which should match the date and time when it was deleted.

There is not a way to know how it was deleted, though.

Thanks for your response @sjosey