Retrieve deleted entities of a specific collection.Copy Pageget https://api.crunchbase.com/v4/data/deleted_entities/{collection_id}Path Paramscollection_idstringenumrequiredFilter by collection Idcategoriesevent_appearanceseventsiposjobslocationsorganizationsownershipspeopleShow 9 enum valuesQuery ParamslimitintegerNumber 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 3 months ago