Version Information
TSM-6042 WebTSM Services: System.InvalidOperationException on Timeseriescollections Delete Requests
Deleting requests on the timeseriescollections endpoint works as expected, but results in the following error in the log file: System.InvalidOperationException: Writing to the response body is invalid for responses with status code 204.
Now the request will return HTTP status 200 and the individual results will be returned in the body with HTTP status code 204 if there was no error.