Updated on 2023-11-23 GMT+08:00

Deleting a Node Certificate

Function

This API is used to delete a certificate from an edge node. (Currently, only application and device certificates can be deleted.)

URI

DELETE /v2/{project_id}/edgemgr/nodes/{node_id}/certs/{cert_id}

Table 1 Path parameters

Parameter

Mandatory

Description

project_id

Yes

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

node_id

Yes

Edge node ID.

cert_id

Yes

Certificate ID.

Request

Table 2 Parameters in the request header

Parameter

Mandatory

Type

Description

Content-Type

Yes

String

Message body type (format).

The default value application/json is recommended.

X-Auth-Token

Yes

String

User token. The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token.

Response

None

Error Codes

For details, see Error Codes.