Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admDeleteProject(project_key)

Package

adm

Alias

Pkg Usage

deleteProject(project_key)

Description

Excerpt
hiddentrue
Deletes the project indicated in the project_key parameter.

Deletes the project indicated in the project_key parameter.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

project_key

string

Yes

The project key. The value must be unique.

Return Type

Boolean

Returns true if the project has been deleted.

Examples

Example 1

Code Block
languagejs
string key_basic = "B"+ count++;
deleteProject(key_basic);

Example 2

Code Block
languagejs
string key_cmpl = "C"+ count;
deleteProject(key_cmpl);

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "project_admin_routine" and space = currentSpace ( )
labelsarray_routines