Skip to contents

Delete record

Usage

ph_delete_record(app, api, collection, id, token = NULL)

Arguments

app

the app name

api

the api

collection

the collection name or id

id

the record id

token

the authentication token, depending on collection's deleteRule

Value

a response

Examples

if (FALSE) {
ph_delete_record(app, api, id, token)
}