TaskObject.<Task name>.Delete

Syntax:

Delete()

Description:

You can use it to delete the task from the database.
Important: Unlike SetDeletionMark method, this method deletes the task directly with no opportunity to restore it and without checking the reference integrity. This method is to be used with great awareness.

Availability:

Server, thick client, external connection.

Example:

Object.Delete();

    

1C:Enterprise Developer's Community