Delete data
DELETE API use to delete data.
Delete with custom primaryKey
Delete single object.
Generated url:
Here we have to pass primary key number (mostly its 'id') of the object in the request url.
Delete with select
Delete API response we can get selected data using 'select' param.
Generated url:

Delete with deep
Delete API response we can get inherit data using 'deep' param.
Generated url:
