REST API - Delete child table item

I am trying to modify a child table using the REST API. I know how to add items to the table, but I can’t figure out how to remove them.

It seems like a PUT command would be the one to use, but I can’t figure out how to format it.

Thank you in advance.

Instead of PUT use DELETE.

http://URL/api/resource/Child Table Doctype/child_table_docname

eg : http://localhost:8000/api/resource/Delivery Note Item/f077699a79

1 Like