ChartOfAccountsObject.<Chart of accounts name>.Delete

Syntax:

Delete()

Description:

Deletes the chart of accounts item from the database.
Important: Compared to the SetDeletionMark method, this one performs a direct chart of accounts deletion without recovering possibilities, and without checking the ref's integrity. This method is to be used with great awareness.

Availability:

Server, thick client, external connection.

Note:

All subordinated items are also deleted.

Example:

Object.Delete();

    

1C:Enterprise Developer's Community