Updated on 2025-12-05 GMT+08:00

Deleting a Component

Function

After a component is created, you can delete the component. When a component contains groups, it cannot be deleted. You can delete a node only when the node does not contain sub-nodes.

URI

DELETE /v1/components/{id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

id

Yes

String

Definition

Component ID.

Constraints

N/A

Range

The value can be customized. The value contains 24 characters.

Default value

N/A

Request Parameters

None

Response Parameters

Status code: 200

The component is deleted.

None

Example Requests

Delete a component.

DELETE https://{Endpoint}/v1/components/{id}

Example Responses

None

Status Codes

Status Code

Description

200

The component is deleted.

Error Codes

See Error Codes.