outside_cancellation_window
HTTP Status: 409 Category: Listing Lifecycle
When you see this
Cancel attempted past the no-fee cutoff window.
How to fix it
Route the cancellation through the dashboard so a human reviewer can decide whether to waive the fee.
Example response
{
"error": {
"code": "outside_cancellation_window",
"message": "Cancel attempted past the no-fee cutoff window.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/outside_cancellation_window",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}