Delete Method (EntAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified entity attribute record from the Entity_Attr table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- entId
- Required. Holds the ID of the entity for which an attribute is being deleted.
- attrId
- Required. Holds the ID of the attribute that is being deleted from the entity.