Skip to content

Delete item method

With "Delete item" method, you can delete an existing record from the specified Base and Table.

Main Parameters

  • Base: This is a required dropdown field where you can select the base you want to delete existing record from.
  • Table: This is a required dropdown field where you can select the table you want to delete existing record from.
  • Record ID: This is an required function field where you can return the record id that you want to delete.

Delete item method

Permissions

You can select who can delete record You can select from:

  • Allow Any: Any user can delete the record
  • Authenticated: Any authenticated user can delete the record
  • Owner: Authenticated user can delete the record if the user id field value will match with authenticated user. If you select this option, you will need to select also the field in which you will store user id

NOTE

In most cases you need to select Owner here, so only users that created the record can also delete it.

Owner permissions