REMOVE_FAILED
400invalid_requestRemoving the member was rejected by a domain rule.
Cause
A BillEBox membership rule refused the removal — most often because the target is the last remaining owner.
How to fix it
Promote another owner first, then retry.
Example response
400 REMOVE_FAILED
JSON
{
"error_code": "REMOVE_FAILED",
"error_type": "invalid_request",
"error_message": "Removing the member was rejected by a domain rule.",
"hint": "Promote another owner first, then retry.",
"docs_url": "https://docs.billerapi.com/errors/REMOVE_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/REMOVE_FAILED
Was this page helpful?