Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 6268181

Browse files
committed
[client] fix trash delete mutation
1 parent ca04399 commit 6268181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/api/opencti_api_trash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def delete(self, **kwargs):
3131
return None
3232
query = """
3333
mutation DeleteOperationConfirm($id: ID!) {
34-
deleteOperationConfirm(id: $id) {
34+
deleteOperationConfirm(id: $id)
3535
}
3636
"""
3737
self.api.query(

0 commit comments

Comments
 (0)