Remove Projects

Available in versions: 2020 SP3 and later

Description

Enables an admin user to remove a specified project. The project is specified by ID which is found in the ID column of the Projects grid.

URL

Copy code
/Admin/rest/v1/projects/{id}

Remarks

The response can be saved to the dbid.json file. This enables you to restore the project from LoadRunner Enterprise.

HTTP Method

POST: Removes the specified project.

Request

Headers:

Content-Type: application/xml

Accept: application/json

Cookies:

ADM_LWSSO={AdmLwssoCookie};

Request Body:

None

Response

Headers:

None

Cookies:

None

HTML Return Code:

One of the HTTP Return Codes.

Upon successful removal, returns HTTP status 200 (OK).

JSON Body

The data on the removed project entity.

See Also

Get all Projects
Get or update project by project ID
Get projects by Query
Create a project
Test database connection to a project (for Oracle environments only)
Update database connection to a project (for Oracle environments only)