webhooks.delete_failed
The webhook subscription delete failed due to an internal server error.
webhooks.delete_failed is returned when a webhook subscription delete operation fails internally. This is a transient error; it is possible the delete was written to the database before the error was returned.
A database error occurred during the delete operation. The underlying error is logged server-side with the request_id.
Check the subscription list to confirm whether the subscription was deleted before retrying. If it still exists, retry with exponential backoff.
{
"error": {
"code": "webhooks.delete_failed",
"message": "subscription delete failed",
"request_id": "req_01900000abc"
}
}