CatalogObject.<Catalog name>.Delete

Syntax:

Delete()

Description:

Deletes a catalog item from the database.
Important: Unlike SetDeletionMark method, this method immediately deletes a catalog item with no restoring option or checking reference integrity. This method is to be used with great awareness.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

For heararchical catalog all subordinated items are also deleted.

Example:

Object.Delete();

    

1C:Enterprise Developer's Community