Skip to content

Why does my delete request silently do nothing?

Updated 20 August 2026·1 views

Delete appears to succeed but nothing is deleted

On Core, this happens when the model''s primary key isn''t literally named id — Delete only matches against the id column and doesn''t currently accept an id_column override. Workaround: delete records with a non-id primary key through the console instead of the API.

Was this article helpful?