mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-24 13:48:14 -05:00
39 lines
668 B
JSON
39 lines
668 B
JSON
{
|
|
"operationId": "deleteCertificateAuthority",
|
|
"summary": "Delete a Certificate Authority",
|
|
"tags": [
|
|
"Certificate Authorities"
|
|
],
|
|
"parameters": [
|
|
{
|
|
"in": "path",
|
|
"name": "caID",
|
|
"schema": {
|
|
"type": "integer",
|
|
"minimum": 1
|
|
},
|
|
"required": true,
|
|
"description": "Numeric ID of the Certificate Authority",
|
|
"example": 1
|
|
}
|
|
],
|
|
"responses": {
|
|
"200": {
|
|
"description": "200 response",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "#/components/schemas/DeletedItemResponse"
|
|
},
|
|
"examples": {
|
|
"default": {
|
|
"value": {
|
|
"result": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |