DeleteResourceRecordParams
DeleteResourceRecordParams:
object
Parameters for IAdminForth.deleteResourceRecord.
Type declaration
adminUser
adminUser:
AdminUser
Admin user performing the action.
extra?
optionalextra:HttpExtra
Extra HTTP information. Prefer using extra.response over the top-level response field.
record
record:
any
Record data before deletion.
recordId
recordId:
string
Primary key value of the record to delete.
resource
resource:
AdminForthResource
Resource configuration used to delete a record.
response?
optionalresponse:IAdminForthHttpResponse
HTTP response object.
Deprecated
Since 1.2.9. Will be removed in 2.0.0. Use extra.response instead.