Previous Topic: DEADMIN Function—Remove Administrative AuthorityNext Topic: EXPORT Function—Write a Certificate to a Data Set


DELETE Function—Delete an ACID

Valid on z/OS, z/VSE, and z/VM.

Use the DELETE command function to remove an ACID definition from the security file.

You cannot delete the following ACIDs:

If an ACID is deleted, CA Top Secret:

Issuing the DELETE command to delete a signed-on ACID automatically triggers a type 71 RACF Event Notifications (ENF) signal, which provides notification about the change to the ACID's security record. Applications that receive the signal can take action (for example, immediately remove the ACID's security record in a CICS remote region).

Administrators must have ACID(CREATE|ALL) authority, through the ADMIN function, to delete ACIDs within their scope.

This command function has the following format:

TSS DELETE(acid)
acid

Specifies the ACID being deleted.

Example: Delete an ACID

This example removes the definition for ACID CLRK99:

TSS DELETE(CLRK99)

More information:

MOVE Function—Move an ACID

REMOVE Function—Remove Resource Ownership or Resources