delete
inline suspend fun delete(request: PostgrestRequestBuilder.() -> Unit = {}): PostgrestResult(source)
Executes a delete operation on the table.
By default, deleted rows are not returned. To return it, call [PostgrestRequestBuilder.select].
Parameters
request
Additional filtering to apply to the query
Throws
if receiving an error response
Http Request Timeout Exception
if the request timed out
Http Request Exception
on network related issues