Skip to main content
Question

webhook v1 deleate

  • March 5, 2026
  • 1 reply
  • 12 views

  • New Participant

Hi everyone,

I would like to delete a V1 Webhook associated with my application, as I am planning to migrate to V2 Webhook.

However, according to the official documentation, V1 Webhooks cannot be completely deleted. I understand that the only option is to revert it back to developer mode.

Could anyone advise on how to proceed with this?

[Application Information]
- App Name: Dify Box Integration
- Client ID: [removed by moderator]

1 reply

  • New Member
  • March 5, 2026

Yeah, it’s a bit of a legacy headache. Since you can't hit a "delete" button yourself, your best bet is to reach out to Box Support and ask them to manually flip the status back to Developer Mode for you.In the meantime, the quickest "fix" is to simply disable the listener URL on your server or change the V1 endpoint to something invalid. That way, you won't have old V1 traffic messing with your new V2 logic while you wait for support to catch up.