listing_already_cancelled
HTTP Status: 409 Category: Listing Lifecycle
When you see this
Cancel attempted on a listing already in the cancelled state.
How to fix it
Second cancels are rejected to prevent duplicate webhook emission. Read the current status before retrying.
Example response
{
"error": {
"code": "listing_already_cancelled",
"message": "Cancel attempted on a listing already in the cancelled state.",
"hint": null,
"doc_url": "https://docs.valara.cloud/api-reference/errors/listing_already_cancelled",
"request_id": "req_01H...",
"details": {
"errors": [],
"field_count": 0
}
}
}