Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello,
I have a question of calling Restful API to delete an existing association. I tried both curl on Debian 12 and Go-lang http package, calling DELETE on https://server/rest/association/association_id. The curl call shows 1 minute and 5 seconds delay before the response is returned. The go-lang call exceeded the 30 sec default time out.
I am using CodeBeamer (2.2.0.1). Is this normal?
Thanks,