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

or one of its subclasses if receiving an error response

HttpRequestTimeoutException

if the request timed out

on network related issues