Skip to main content
POST
删除主体

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
element_id
string
required

要删除的主体 ID(来自查询响应的 elements[].element_id)。

Example:

"863121023120580662"

Response

删除成功

code
integer

0 表示成功

Example:

0

message
string
Example:

"SUCCEED"

request_id
string