PocketBase.deleteRecord

Deletes the provided record by id from the given table

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

Parameters

table string

the table to delete the record from

id string

the id of the record to delete

Meta