DEV Community

Cover image for 🚀 API Maker - Remove by id API [Delete operation]
API Maker®
API Maker®

Posted on

🚀 API Maker - Remove by id API [Delete operation]

Remove By id

▸ Delete a row from the table that matches the value of id params.


✅ List of Feature
⚡️ Primary key override
⚡️ Modify response using Query Params


⭐ Params ⭐

👉 id ▸ User can update single record by id
👉 primaryKey ▸ Based on primary key field, user can update data.


⭐ Query Params ⭐

👉 select ▸ Retrieve the fields based on the user's needs.
👉 deep ▸ Obtain more precise / details data in a certain field.


Youtube video link

https://youtu.be/O_6Yze6ub44

Websites

https://apimaker.dev

API Docs link

https://docs.apimaker.dev/v1/docs/apis-all/generated-apis/auto-generated-remove-by-id-api.html

https://docs.apimaker.dev/v1/docs/apis-all/schema-apis/auto-generated-schema-based-remove-by-id-api.html

More Examples

https://docs.apimaker.dev/v1/examples/sys/db/removeById.html

https://docs.apimaker.dev/v1/examples/sys/db/gen/removeByIdGen.html

Follow on twitter

https://twitter.com/api_maker

Linked In

https://www.linkedin.com/company/api-maker

More YouTube Videos

https://www.youtube.com/@api_maker/playlists

Top comments (0)