Help Center/ DataArts Studio/ API Reference/ DataArts Catalog APIs/ Asset Classifications/ Dissociating a Classification from an Asset
Updated on 2025-11-17 GMT+08:00

Dissociating a Classification from an Asset

Function

Remove the category associated with the asset.

Calling Method

For details, see Calling APIs.

URI

PUT /v3/{project_id}/asset/entities/guid/{guid}/classification

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID. For details about how to obtain it, see Project ID and Account ID.

guid

Yes

String

Asset GUID. For details about how to obtain the asset GUID, see Data Asset GUID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token. This parameter is mandatory when token authentication is used. You can obtain it from the value of X-Subject-Token in the response message header returned by the "Obtaining a User Token" API of the IAM service.

workspace

Yes

String

Workspace ID. For details about how to obtain it, see Instance ID and Workspace ID.

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

name

Yes

String

Category name

description

No

String

Category Description

create_user

No

String

Category creator.

create_time

No

Number

Time when a category is created.

update_time

No

Number

Time when a category is updated.

update_user

No

String

Category updater.

guid

No

String

GUID of a category.

Response Parameters

Status code: 400

Table 4 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error description.

Status code: 401

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error description.

Status code: 403

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error description.

Status code: 404

Table 7 Response body parameters

Parameter

Type

Description

error_code

String

Error code.

error_msg

String

Error description.

Example Requests

{
  "name" : "Sensitive personal data"
}

Example Responses

None

Status Codes

Status Code

Description

200

OK.

400

Bad Request:

401

Unauthorized:

403

Forbidden.

404

Not found.