PocketBase.deleteRecord

Deletes the provided record from the given table

  1. void deleteRecord(string table, string id)
  2. void deleteRecord(string table, RecordType record)
    class PocketBase
    public
    void
    deleteRecord
    (
    string
    RecordType
    )
    (
    string table
    ,
    RecordType record
    )

Parameters

table string

the table to delete from

record RecordType

the record of type <code>RecordType</code> to delete

Meta