default: onap/acm/v3
         description: This value is assigned by the service provider
 tags:
-- name: Automation Composition Controller
+- name: Automation Composition Definition
   description: Automation Composition Controller
 
 paths:
   /compositions:
     get:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Definition
       summary: Query the commissioned automation composition definitions
         definitions
       description: Query the commissioned automation composition
           description: Serialised instance of
             [ToscaServiceTemplate](https://github.com/onap/policy-models/blob/master/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/ToscaServiceTemplate.java)
             that contains the automation composition definitions that match the requested filters.
-          content:
-            application/json:
-              schema:
-                title: ToscaServiceTemplate
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getAllCompositionDefinitions.json'
-            application/yaml:
-              schema:
-                title: ToscaServiceTemplate
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getAllCompositionDefinitions.yaml'
-        401:
-          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
-          headers:
-            X-LatestVersion:
-              schema:
-                type: string
-            X-PatchVersion:
-              schema:
-                type: string
-            X-MinorVersion:
+          content:
+            application/json:
               schema:
-                type: string
-            X-onap-RequestId:
+                title: ToscaServiceTemplate
+                type: ToscaServiceTemplates
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getAllCompositionDefinitions.json'
+            application/yaml:
               schema:
-                type: string
-                format: uuid
-          content: {}
-        404:
-          description: Not Found
-          content: {}
-        500:
-          description: Internal Server Error
+                title: ToscaServiceTemplate
+                type: ToscaServiceTemplates
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getAllCompositionDefinitions.yaml'
+        401:
+          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
         last-mod-release: London
     post:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Definition
       summary: Commissions automation composition definitions
       description: Commissions automation composition definitions, returning the UUIDs of
         automation composition definitions commissioned by this request.
           application/json:
             schema:
               title: ToscaServiceTemplate
-              type: object
+              type: ToscaServiceTemplate
             example:
               externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCompositionDefinitions.json'
           application/yaml:
             schema:
               title: ToscaServiceTemplate
-              type: object
+              type: ToscaServiceTemplate
             example:
               externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCompositionDefinitions.yaml'
         required: true
       responses:
-        200:
+        201:
           description: Serialised instance of
             [CommissioningResponse](https://github.com/onap/policy-clamp/blob/master/models/src/main/java/org/onap/policy/clamp/models/acm/messages/rest/commissioning/CommissioningResponse.java)
             containing the UUIDs of automation composition definitions created by this request
-          content:
-            application/json:
-              schema:
-                title: CommissioningResponse
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCommissionCompositionDefinitionsResponse.json'
-            application/yaml:
-              schema:
-                title: CommissioningResponse
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCommissionCompositionDefinitionsResponse.yaml'
-        201:
-          description: Created
-          content: {}
-        401:
-          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: CommissioningResponse
+                type: CommissioningResponse
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCommissionCompositionDefinitionsResponse.json'
+            application/yaml:
+              schema:
+                title: CommissioningResponse
+                type: CommissioningResponse
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCommissionCompositionDefinitionsResponse.yaml'
+        401:
+          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        404:
-          description: Not Found
-          content: {}
-        406:
-          description: Specified automation composition definition is not acceptable. See the content for error messages.
-          content: {}
-        500:
-          description: Internal Server Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        400:
+          description: Bad Request
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
   /compositions/{compositionId}:
     get:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Definition
       summary: Get details of the requested commissioned automation composition
         definitions
       description: Get details of the requested commissioned automation composition
             Serialised instance of
             [ToscaServiceTemplate](https://github.com/onap/policy-models/blob/master/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/ToscaServiceTemplate.java)
             containing the requested automation composition definition.
-          content:
-            application/json:
-              schema:
-                title: ToscaServiceTemplate
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getSingleCompositionDefinition.json'
-            application/yaml:
-              schema:
-                title: ToscaServiceTemplate
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getSingleCompositionDefinition.yaml'
-        401:
-          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: ToscaServiceTemplate
+                type: ToscaServiceTemplate
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getSingleCompositionDefinition.json'
+            application/yaml:
+              schema:
+                title: ToscaServiceTemplate
+                type: ToscaServiceTemplate
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getSingleCompositionDefinition.yaml'
+        401:
+          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
         404:
           description: Specified automation composition definition not found
-          content: {}
-        500:
-          description: Internal Server Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
         last-mod-release: London
     put:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Definition
       summary: Update an automation composition definition
       description: Updates an automation composition definition as described in the supplied automation composition defintion, returning the UUID of the automation composition definition updated by this request
       operationId: updateCompositionDefinition
           application/json:
             schema:
               title: ToscaServiceTemplate
-              type: object
+              type: ToscaServiceTemplate
             example:
               externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.json'
           application/yaml:
             schema:
               title: ToscaServiceTemplate
-              type: object
+              type: ToscaServiceTemplate
             example:
               externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdate.yaml'
         required: true
           description: Serialised instance of
             [CommissioningResponse](https://github.com/onap/policy-clamp/blob/master/models/src/main/java/org/onap/policy/clamp/models/acm/messages/rest/commissioning/CommissioningResponse.java)
             containing the UUID of the automation composition updated by this request
+          headers:
+            X-LatestVersion:
+              schema:
+                type: string
+            X-PatchVersion:
+              schema:
+                type: string
+            X-MinorVersion:
+              schema:
+                type: string
+            X-onap-RequestId:
+              schema:
+                type: string
+                format: uuid
           content:
             application/json:
               schema:
                 title: CommissioningResponse
-                type: object
+                type: CommissioningResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdateResponse.json'
             application/yaml:
               schema:
                 title: CommissioningResponse
-                type: object
+                type: CommissioningResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/putCompositionDefinitionUpdateResponse.yaml'
-        201:
-          description: Created
-          content: {}
         401:
           description: Authentication Error
           headers:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        404:
+          description: Specified automation composition definition not found
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        404:
-          description: Specified automation composition definition not found
-          content: {}
-        406:
-          description: Specified updates to the automation composition definition are not acceptable. See the content for error messages.
-          content: {}
-        409:
-          description: Specified updates to the automation composition definition would cause a conflict and are not allowed
-            because there are automation composition instances using this automation composition definition. See the content for error messages.
-          content: {}
-        500:
-          description: Internal Server Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        400:
+          description: Bad Request
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
       x-codegen-request-body-name: body
     delete:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Definition
       summary: Delete a commissioned automation composition definition
       description: Deletes a commissioned automation composition definition,returning the UUID of the automation composition definition deleted by this request
       operationId: deleteCompositionDefinition
           description: Serialised instance of
             [CommissioningResponse](https://github.com/onap/policy-clamp/blob/master/models/src/main/java/org/onap/policy/clamp/models/acm/messages/rest/commissioning/CommissioningResponse.java)
             containing the UUID of the automation composition deleted by this request
+          headers:
+            X-LatestVersion:
+              schema:
+                type: string
+            X-PatchVersion:
+              schema:
+                type: string
+            X-MinorVersion:
+              schema:
+                type: string
+            X-onap-RequestId:
+              schema:
+                type: string
+                format: uuid
           content:
             application/json:
               schema:
                 title: CommissioningResponse
-                type: object
+                type: CommissioningResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/deleteCompositionDefinitionResponse.json'
             application/yaml:
               schema:
                 title: CommissioningResponse
-                type: object
+                type: CommissioningResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/deleteCompositionDefinitionResponse.yaml'
         401:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        404:
+          description: Specified automation composition definition not found
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        404:
-          description: Specified automation composition definition not found
-          content: {}
-        409:
-          description: Deletion of the automation composition definition would cause a conflict and is not allowed
-            because there are automation composition instances using this automation composition definition.
-          content: {}
-        500:
-          description: Internal Server Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        400:
+          description: Bad Request
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
   /compositions/{compositionId}/instances:
     get:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Instance
       summary: Query details of the requested automation composition instances
       description: Query details of the requested automation composition instances for the given automation composition definition ID, returning
         details of all its automation composition instances
           description: Serialised instance of
             [AutomationCompositions](https://github.com/onap/policy-clamp/blob/master/models/src/main/java/org/onap/policy/clamp/models/acm/concepts/AutomationCompositions.java)
             containing a list of automation composition instances found
-          content:
-            application/json:
-              schema:
-                title: AutomationCompositions
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getCompositionInstancesResponse.json'
-            application/yaml:
-              schema:
-                title: AutomationCompositions
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getCompositionInstancesResponse.yaml'
-        401:
-          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: AutomationCompositions
+                type: AutomationCompositions
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getCompositionInstancesResponse.json'
+            application/yaml:
+              schema:
+                title: AutomationCompositions
+                type: AutomationCompositions
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getCompositionInstancesResponse.yaml'
+        401:
+          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
         404:
           description: The specified automation composition definition was not found
-          content: {}
-        500:
-          description: Internal Server Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
         last-mod-release: London
     post:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Instance
       summary: Create automation composition instances
       description: Creates automation composition instances that use the sepcified automation composition definition. The IDs of the created
         automation composition instances are returned.
           application/json:
             schema:
               title: AutomationCompositions
-              type: object
+              type: AutomationCompositions
             example:
               externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCompositionInstances.json'
           application/yaml:
             schema:
               title: AutomationCompositions
-              type: object
+              type: AutomationCompositions
             example:
               externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCompositionInstances.yaml'
         required: true
       responses:
-        200:
+        201:
           description: Serialised instance of
             [InstantiationResponse](https://github.com/onap/policy-clamp/blob/master/models/src/main/java/org/onap/policy/clamp/models/acm/messages/rest/instantiation/InstantiationResponse.java)
             containing the UUIDs of the created automation composition instances
+          headers:
+            X-LatestVersion:
+              schema:
+                type: string
+            X-PatchVersion:
+              schema:
+                type: string
+            X-MinorVersion:
+              schema:
+                type: string
+            X-onap-RequestId:
+              schema:
+                type: string
+                format: uuid
           content:
             application/json:
               schema:
                 title: InstantiationResponse
-                type: object
+                type: InstantiationResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCompositionInstancesResponse.json'
             application/yaml:
               schema:
                 title: InstantiationResponse
-                type: object
+                type: InstantiationResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/postCompositionInstancesResponse.yaml'
-        201:
-          description: Created
-          content: {}
         401:
           description: Authentication Error
           headers:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        404:
+          description: The specified automation composition definition was not found
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        404:
-          description: The specified automation composition definition was not found
-          content: {}
-        406:
-          description: Specified automation composition instance definition is not acceptable. See the content for error messages.
-          content: {}
-        500:
-          description: Internal Server Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        400:
+          description: Bad Request
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
   /compositions/{compositionId}/instances/{instanceId}:
     get:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Instance
       summary: Get automation composition instance details.
       description: Get details of the requested automation composition instance.
       operationId: getCompositionInstance
           description: Serialised instance of
             [AutomationCompositions](https://github.com/onap/policy-clamp/blob/master/models/src/main/java/org/onap/policy/clamp/models/acm/concepts/AutomationCompositions.java)
             containing a list of automation composition instances with one entry
-          content:
-            application/json:
-              schema:
-                title: AutomationCompositions
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getCompositionInstanceResponse.json'
-            application/yaml:
-              schema:
-                title: AutomationCompositions
-                type: object
-              example:
-                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getCompositionInstanceResponse.yaml'
-        401:
-          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: AutomationCompositions
+                type: AutomationComposition
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getCompositionInstanceResponse.json'
+            application/yaml:
+              schema:
+                title: AutomationCompositions
+                type: AutomationComposition
+              example:
+                externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/getCompositionInstanceResponse.yaml'
+        401:
+          description: Authentication Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
         404:
           description: The automation composition instance was not found
-          content: {}
-        500:
-          description: Internal Server Error
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
         last-mod-release: London
     put:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Instance
       summary: Update an automation composition instance
       description: This request updates an automation composition instance. It may update instance properties or change the state of the automation composition instance
       operationId: updateCompositionInstance
           description: Serialised instance of
             [InstantiationResponse](https://github.com/onap/policy-clamp/blob/master/models/src/main/java/org/onap/policy/clamp/models/acm/messages/rest/instantiation/InstantiationResponse.java)
             containing the UUID of the updated automation composition instance
+          headers:
+            X-LatestVersion:
+              schema:
+                type: string
+            X-PatchVersion:
+              schema:
+                type: string
+            X-MinorVersion:
+              schema:
+                type: string
+            X-onap-RequestId:
+              schema:
+                type: string
+                format: uuid
           content:
             application/json:
               schema:
                 title: InstantiationResponse
-                type: object
+                type: InstantiationResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/putCompositionInstanceUpdateResponse.json'
             application/yaml:
               schema:
                 title: InstantiationResponse
-                type: object
+                type: InstantiationResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/putCompositionInstanceUpdateResponse.yaml'
-        201:
-          description: Created
-          content: {}
         401:
           description: Authentication Error
           headers:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        404:
+          description: The specified automation composition instance was not found
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        404:
-          description: The specified automation composition instance was not found
-          content: {}
-        406:
-          description: Specified updates to the automation composition instance are not acceptable. See the content for error messages.
-          content: {}
-        409:
-          description: Update of this automation composition instance would cause a conflict because the automation composition instance is deployed.
-            Update is not allowed. See the content for error messages.
-          content: {}
-        500:
-          description: Internal Server Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        400:
+          description: Bad Request
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info:
       x-codegen-request-body-name: body
     delete:
       tags:
-      - Automation Composition Controller
+      - Automation Composition Instance
       summary: Delete an automation composition instance
       description: Deletes a automation composition instance, returning the UUID of the deleted automation composition instance
       operationId: deleteCompositionInstance
           description: Serialised instance of
             [InstantiationResponse](https://github.com/onap/policy-clamp/blob/master/models/src/main/java/org/onap/policy/clamp/models/acm/messages/rest/instantiation/InstantiationResponse.java)
             containing the UUID of the deleted automation composition instance
+          headers:
+            X-LatestVersion:
+              schema:
+                type: string
+            X-PatchVersion:
+              schema:
+                type: string
+            X-MinorVersion:
+              schema:
+                type: string
+            X-onap-RequestId:
+              schema:
+                type: string
+                format: uuid
           content:
             application/json:
               schema:
                 title: InstantiationResponse
-                type: object
+                type: InstantiationResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/deleteCompositionInstanceResponse.json'
             application/yaml:
               schema:
                 title: InstantiationResponse
-                type: object
+                type: InstantiationResponse
               example:
                 externalValue: 'https://raw.githubusercontent.com/onap/policy-clamp/master/runtime-acm/src/main/resources/openapi/examples/deleteCompositionInstanceResponse.yaml'
         401:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        403:
-          description: Authorization Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        404:
+          description: The specified automation composition instance was not found
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
-        404:
-          description: The specified automation composition instance was not found
-          content: {}
-        409:
-          description: Deletion of this automation composition instance would cause a conflict because the automation composition instance is deployed.
-            Deletion is not allowed. See the content for error messages.
-          content: {}
-        500:
-          description: Internal Server Error
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
+        400:
+          description: Bad Request
           headers:
             X-LatestVersion:
               schema:
               schema:
                 type: string
                 format: uuid
-          content: {}
+          content:
+            application/json:
+              schema:
+                title: SimpleResponse
+                type: SimpleResponse
       security:
       - basicAuth: []
       x-interface info: