This endpoint allows to delete interactions within a project.
You need an API key to authenticate. See here for more information about the API keys.
All the interactions satisfying the filters below will be deleted. If no filter is given all the interactions associated with the API-key project will be deleted.
Optional field to be used only when the kind is tag. It should specify the tag name, which is the same as the key you used in the tags dictionary during the interaction submission.
The values of the selected filter you want to filter on. Note that all the values passed in
the list are considered to be in “or” the one with the other. This means that if the kind is
“topic” and the passed values are “value A”, “value B”, this is equal to topic="value A" or topic="value B".