# SmartSuite - Delete record action
The Delete record action enables you to delete a record in SmartSuite.
# Input
| Input field | Description |
|---|---|
| Object | Specify the object to delete. Fields load dynamically based on the object you select. |
For example, if you select Field, the input schema is the following:
| Input field | Description |
|---|---|
| Solution ID | Provide the SmartSuite solution ID. |
| Table ID | Provide the SmartSuite table ID. |
| Field ID | Provide the SmartSuite field ID. |
| Other params | Provide the expected other parameters for the structure added in the output. |
# Output
The output fields are determined by the object selected in the input.
For example, if you select Field, the output schema is the following:
| Output Field | Description |
|---|---|
| Table ID | The ID of the table that contains the record. |
| Table name | The name of the table that contains the record. |
| Table icon | The icon of the table that contains the record. |
| Solution ID | The ID of the solution. |
| Slug | The slug value of the table that contains the record. |
| Status | The status of the table that contains the record. |
| Primary field | The primary field of the table that contains the record. |
| Order | The order of the table that contains the record. |
| Show all reports members | The details of the reporting members. |
| Field permissions | The details of the field permissions. |
| Record term | The term of the record. |
| Record avatar field slug | The avatar field slug of the record. |
| Hidden | Indicates if this field is hidden. |
| Structure | The structure value of the table that contains the record. |
| Slug | The slug value of the field. |
| Label | The label of the field. |
| Field type | The type of the field. |
| Params | The parameters of the fields. |
| Structure layout | The structure layout of the table that contains the record. |
| Mode | The mode of the structure layout. |
| Hidden fields | The hidden fields in the table that contains the record. |
| Hidden fields in conditions | The conditions of the hidden fields. |
| Single column | The single column value of the table that contains the record. |
| Fields metadata | The metadata of the fields. |
Refer to the SmartSuite documentation (opens new window) for more information.
Last updated: 11/10/2025, 6:32:40 PM