What happens when a webhook callback is responded to with a 410 Status Code

sgolux
sgolux ✭✭✭
edited 04/11/23 in API & Developers

Hello, 410 typically means "Resource Permanently Gone".

And in your docs, I see that if that is the response to a webhook is the 410 status code, that callback will not be retried.

But is the webhook disabled at that point? Or will other events going to that callback URL be triggered?

The documentation isn't clear on this point.

Best Answer

Answers