Updated on 2023-05-29 GMT+08:00

Deleting an Evaluation Project

Function

This API is used to delete an evaluation project.

URI

DELETE /v1/{project_id}/evaluation-projects/{evaluation_project_id}

Table 1 Path parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID of a tenant in a region.

For details about how to obtain the project ID, see Obtaining a Project ID.

evaluation_project_id

Yes

String

Evaluation project ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token obtained from IAM.

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

evaluation_project_id

Integer

Evaluation project ID.

Example Request

Deleting an evaluation project

Delete https://{endpoint}/v1/0ac6eb2c8000d2ee2fd9c006dededbe6/evaluation-projects/230

Example Response

Status code: 200

Request succeeded.

{ 
  "evaluation_project_id" : 230 
}

Status Codes

Status Code

Description

200

Request succeeded.

Error Codes

For details, see Error Codes.