Retrieve deleted entities.Copy Pageget https://api.crunchbase.com/v4/data/deleted_entitiesQuery Paramscollection_idsarray of stringsFilter by collection id(s). Comma separated list of collection ids. E.g. acquisitions, categories, event_appearances, events, funding_rounds, funds, investments, ipos, jobs, locations, organizations, ownerships, people, press_referencescollection_idsADD stringlimitintegerNumber of results to retrieve; default = 10, max = 25before_iduuidUsed to paginate search results to the previous page. before_id should be the uuid of the first item in the current page. May not be provided simultaneously with after_idafter_iduuidUsed to paginate search results to the next page. after_id should be the uuid of the last item in the current page. May not be provided simultaneously with before_id.deleted_at_orderstringenumDefaults to ascDirection of sorting by deleted_at propertyascdescAllowed:ascdescResponses 200Results are identifiers matching the search query. 400Bad Request 500Request FailedUpdated 8 days ago