I am using rest api. I want to delete all pushes, but I don't know how to write the query. I know how to delete a specific push. delete $apiUrl/pushes/$pushId
What I want is to delete all pushes for that user.
$apiUrl/pushes?owner=$ownerId/ ???
thank you