We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ada33 commit 86027a6Copy full SHA for 86027a6
adminforth/modules/restApi.ts
@@ -1459,9 +1459,6 @@ export default class AdminForthRestAPI implements IAdminForthRestAPI {
1459
if (!record){
1460
return { error: `Record with ${body['primaryKey']} not found` };
1461
}
1462
- if (resource.options.allowedActions.delete === false) {
1463
- return { error: `Resource '${resource.resourceId}' does not allow delete action` };
1464
- }
1465
1466
const { allowedActions } = await interpretResource(
1467
adminUser,
0 commit comments