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.
Related
All Request error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.