tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-delete-advanced-certificate-p-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single",
  "title": "tls-certificates-and-hostnames_delete_advanced_certificate_pack_response_single",
  "allOf": [
    {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_api-response-single"
    },
    {
      "properties": {
        "result": {
          "properties": {
            "id": {
              "$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier"
            }
          },
          "type": "object"
        }
      },
      "type": "object"
    }
  ]
}