Plugin blocks REST API DELETE requests?
-
Hi,
I have found that the plugin blocks the proper execution of REST API DELETE requests:With Plugin:
DELETE /webhooks/15?force=true
GET /webhooks/15 -> 200 OKWithout Plugin:
DELETE /webhooks/15?force=true
GET /webhooks/15 -> 400 INVALID IDDo you have any idea how to solve this?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Plugin blocks REST API DELETE requests?’ is closed to new replies.