You need to sign in to do that
Don't have an account?
Hitesh chaudhari
delete record in httpget method
Hi
As per my understanding in REST service following annotation we can use
@HttpGet : get record read access only
@HttpPost : create new record
@HttpDelete : Delete record
@HttpPut : upsert data
@HttpPatch : update data
Can we delete record in @HttpGet method() in REST call as HttpGet is just used to read record
We can delete the record using delete statement.
Thanks,
Banwari