We are trying to delete the comments made by the youtube users on the owned video through an API which is currently failing. Can you please help us get this fixed?
API call -
curl --location --request DELETE 'https://www.googleapis.com/youtube/v3/comments?access_token=<>'
Response{"error": {"code": 400,"message": "The API server failed to successfully process the request. While this can be a transient error, it usually indicates that the request's input is invalid.","errors": [{"message": "The API server failed to successfully process the request. While this can be a transient error, it usually indicates that the request's input is invalid.","domain": "youtube.comment","reason": "processingFailure","location": "id","locationType": "parameter"}]}}