We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed3a74 commit 3357ccfCopy full SHA for 3357ccf
1 file changed
lightbeam/delete.py
@@ -54,7 +54,7 @@ async def do_deletes(self, endpoint):
54
tasks = []
55
56
# determine the fields that uniquely define a record for this endpoint
57
- params_structure = self.lightbeam.api.get_params_for_endpoint(endpoint)
+ params_structure = self.lightbeam.api.get_params_for_endpoint(endpoint, type='identity')
58
59
# for Descriptors, we need to fetch all Descriptor values first, then we can look up the ID for deletion
60
if endpoint.endswith('Descriptors'):
0 commit comments