Delete Method (Category)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified category record from the Category table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal categoryId As Integer _
)
public static void Delete(
int sessionId,
int categoryId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- categoryId
- Required. Holds the ID of the category to be deleted.