I am also facing this issue. I tried deleting the hook using Postman REST client. Here's the response:
{ "developerMessage": "The requested resource is not available.", "httpStatusCode": "404", "defaultUserMessage": "The requested resource is not available.", "userMessageGlobalisationCode": "error.msg.resource.not.found", "errors": [ { "developerMessage": "Hook with name `2` does not exist", "defaultUserMessage": "Hook with name `2` does not exist", "userMessageGlobalisationCode": "error.msg.hook.not.found", "parameterName": "id", "value": null, "args": [ { "value": "2" }
] } ] }
Based on the message, it seems to be looking based on the name instead of the id
|