-
Notifications
You must be signed in to change notification settings - Fork 4
Remove AcmaSequence
Ryan Newington edited this page Sep 4, 2025
·
5 revisions
Removes an existing sequence from the ACMA database. This permanently deletes the sequence and makes it unavailable for use in constructors and business rules.
Remove-AcmaSequence -Name <string>The name of the sequence to remove
- Required: Yes
- Position: Named
- Pipeline input: No
- Accepts: String representing the sequence name
This cmdlet does not return any objects
Remove-AcmaSequence -Name "homeFolderGroup"