{ "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 } } } } } } } }