Skip to content

Remove AcmaSequence

Ryan Newington edited this page Sep 4, 2025 · 5 revisions

Remove-AcmaSequence

Description

Removes an existing sequence from the ACMA database. This permanently deletes the sequence and makes it unavailable for use in constructors and business rules.

Syntax

Remove-AcmaSequence -Name <string>

Parameters

Name (String)

The name of the sequence to remove

  • Required: Yes
  • Position: Named
  • Pipeline input: No
  • Accepts: String representing the sequence name

Return Type

This cmdlet does not return any objects

Examples

Remove a sequence

Remove-AcmaSequence -Name "homeFolderGroup"

Clone this wiki locally