Skip to main content

DeleteResourceRecordParams

DeleteResourceRecordParams = object

Parameters for IAdminForth.deleteResourceRecord.

Properties

adminUser

adminUser: AdminUser

Admin user performing the action.


extra?

optional extra?: 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?

optional response?: IAdminForthHttpResponse

HTTP response object.

Deprecated

Since 1.2.9. Will be removed in 2.0.0. Use extra.response instead.