GMAIL_DISCONNECT_FAILED
500api_errorThe Gmail disconnect did not complete.
Cause
One of the disconnect steps (watch stop, credential revoke, watch-row delete) failed outright.
How to fix it
Retry — disconnect is idempotent and every step tolerates repetition.
Example response
500 GMAIL_DISCONNECT_FAILED
JSON
{
"error_code": "GMAIL_DISCONNECT_FAILED",
"error_type": "api_error",
"error_message": "The Gmail disconnect did not complete.",
"hint": "Retry — disconnect is idempotent and every step tolerates repetition.",
"docs_url": "https://docs.billerapi.com/errors/GMAIL_DISCONNECT_FAILED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/GMAIL_DISCONNECT_FAILED
Was this page helpful?