ax model delete

C:\Program Files\Microsoft Dynamics AX\60\ManagementUtilities>axutil delete /lay
er:usr
AXUtil 6.3 – Microsoft Dynamics AX Admin Utility (6.3.3000.111)
(c) Copyright, Microsoft Corporation, 2011. All rights reserved.

The AXUtil command was started in the mode: delete.
Working against model store SERVER12/DynamicsAX_model.
Deleting a model or layer may cause the orphan elements in other models
or layers to be deleted. Use the /verbose switch to list the elements that
may be deleted.
Are you sure you want to delete layer: Usr (Y/N)?y
Layer Usr successfully deleted.

Because of the changes made to the model store, it is highly recommended to
restart the AOS, run appropriate scripts, and compile and synchronize the
application. Not doing that may cause runtime errors and loss of data.

C:\Program Files\Microsoft Dynamics AX\60\ManagementUtilities>

——————–
// delete the model
AxUtil delete /model:”USR Model”

//delete the layer
AxUtil delete /layer:USR