I am trying to delete the reference by using below url,
http://10.234.81.245:8000/edocsapi/v1.0/documents/8/references?library=ARDEMO
but not working getting below things in the logs,
2021-07-21 10:22:27,145 [ 10.141.40.206][SYSTEM][12080]->[HTTP] OPTIONS /edocsapi/v1.0/documents/8/references?library=ARDEMO
2021-07-21 10:22:27,160 [ 10.141.40.206][SYSTEM][12080]<-[HTTP] 200 OK
2021-07-21 10:22:27,523 [ 10.141.40.206][SYSTEM][1180]->[HTTP] DELETE /edocsapi/v1.0/documents/8/references?library=ARDEMO
2021-07-21 10:22:27,523 [ 10.141.40.206][DMUSER][1180]DEBUG: REQUEST ERROR
DELETE /edocsapi/v1.0/documents/8/references?library=ARDEMO
Invalid data
2021-07-21 10:22:27,523 [ 127.0.0.1][SYSTEM][1180]WARNING: BAD REQUEST [DELETE]
2021-07-21 10:22:27,523 [ 10.141.40.206][SYSTEM][1180]<-[HTTP] 400 Bad Request
could you please share some thought on this.