Factuarea API

resource_not_deletable

The object exists but its state or its dependants block the deletion. In bulk deletions this is the per-row code of every entry that could not be removed.

CodeTypeHTTPCategory
resource_not_deletableinvalid_request_error422Request

Cause

The object exists but its state or its dependants block the deletion. In bulk deletions this is the per-row code of every entry that could not be removed.

What to do

Read the reason of each failed row, remove or reassign the dependants, and retry the deletion only for those rows.

On this page