fusionauth-issues icon indicating copy to clipboard operation
fusionauth-issues copied to clipboard

[Bug]: User Bulk Delete API does not trigger user.delete.complete webhook

Open JoshTheHero opened this issue 1 month ago • 0 comments

What happened?

When you call on the user bulk delete endpoint, it does not trigger the user.delete.complete webhook but it does trigger user.delete. The users are actually being deleted from FusionAuth so not sure why this is not triggering. I suspect it's related to #2419 which is similar behavior on the auto delete of unverified users.

https://github.com/FusionAuth/fusionauth-issues/issues/2419

To reproduce:

  1. Setup Webhook on your Tenant for user.delete.complete
  2. Run a DELETE /api/user/bulk call for users in that Tenant
  3. The webhook does not trigger

Version

1.60.2

Affects Versions

No response

Alternatives / Workarounds

Listen for user.delete instead of user.delete.complete

JoshTheHero avatar Dec 12 '25 22:12 JoshTheHero