curl --request DELETE \
--url http://localhost:3000/api/webhooks/{id} \
--header 'Authorization: Bearer <token>'Remove um webhook registrado
curl --request DELETE \
--url http://localhost:3000/api/webhooks/{id} \
--header 'Authorization: Bearer <token>'