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.
| Code | Type | HTTP | Category |
|---|---|---|---|
resource_not_deletable | invalid_request_error | 422 | Request |
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.