Post /settings/security/certificate-server/{name}/delete
Description
Deletes trusted client root CA certificates by SHA1 fingerprint from the trust store at the specified target name.
Request Parameter
name, client root CA certificate.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Request Body Parameters
Name |
Required |
Type |
---|---|---|
fingerprint | Optional | Array<String> |
Sample Request
Request URL |
POST https://10.106.94.152:8443/api/v2/settings/security/certificate-server/radsec/delete |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
fingerprint: xxxxxxxxxxxxxxxxxxxxxxxxx |
Sample Response
{
"status": "success",
"errorMessage": null,
"restartRequired": true
}