swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector Deployment Management API schemes: - https tags: - name: Deployment Management paths: /deviceUpdate/{instanceId}/management/groups/{groupId}/deployments/{deploymentId}: delete: tags: - Deployment Management description: Deletes a deployment. operationId: microsoftAzureDevicemanagementDeletedeployment x-ms-examples: DeviceManagement_DeleteDeployment: $ref: ./examples/DeviceManagement_DeleteDeployment.json parameters: - $ref: '#/parameters/InstanceIdParameter' - $ref: '#/parameters/GroupIdParameter' - $ref: '#/parameters/DeploymentIdParameter' - $ref: '#/parameters/ApiVersionParameter' responses: '204': description: No content. default: description: Default response. schema: $ref: '#/definitions/ErrorResponse' summary: Microsoft Azure Delete Deviceupdate Instanceid Management Groups Groupid Deployments Deploymentid /deviceUpdate/{instanceId}/management/groups/{groupId}/deviceClassSubgroups/{deviceClassId}/deployments/{deploymentId}: delete: tags: - Deployment Management description: Deletes a device class subgroup deployment. operationId: microsoftAzureDevicemanagementDeletedeploymentfordeviceclasssubgroup x-ms-examples: DeviceManagement_DeleteDeploymentForDeviceClassSubgroup: $ref: ./examples/DeviceManagement_DeleteDeploymentForDeviceClassSubgroup.json parameters: - $ref: '#/parameters/InstanceIdParameter' - $ref: '#/parameters/GroupIdParameter' - $ref: '#/parameters/DeviceClassIdParameter' - $ref: '#/parameters/DeploymentIdParameter' - $ref: '#/parameters/ApiVersionParameter' responses: '204': description: No content. default: description: Default response. schema: $ref: '#/definitions/ErrorResponse' summary: Microsoft Azure Delete Deviceupdate Instanceid Management Groups Groupid Deviceclasssubgroups Deviceclassid Deployments Deploymentid definitions: ErrorResponse: description: Common error response. type: object properties: error: $ref: '#/definitions/Error' description: The error details. required: - error InnerError: type: object properties: code: type: string description: A more specific error code than what was provided by the containing error. message: type: string description: A human-readable representation of the error. errorDetail: type: string description: The internal error or exception message. innerError: $ref: '#/definitions/InnerError' description: An object containing more specific information than the current object about the error. required: - code description: An object containing more specific information than the current object about the error. Error: type: object properties: code: type: string description: Server defined error code. message: type: string description: A human-readable representation of the error. target: type: string description: The target of the error. details: type: array items: $ref: '#/definitions/Error' description: An array of errors that led to the reported error. innererror: $ref: '#/definitions/InnerError' description: An object containing more specific information than the current object about the error. occurredDateTime: type: string description: Date and time in UTC when the error occurred. format: date-time required: - code - message description: Error details. parameters: DeviceClassIdParameter: name: deviceClassId in: path description: Device class identifier. required: true type: string x-ms-parameter-location: method ApiVersionParameter: name: api-version in: query required: true type: string description: Version of the API to be used with the client request. InstanceIdParameter: name: instanceId in: path required: true type: string x-ms-skip-url-encoding: true description: Account instance identifier. x-ms-parameter-location: client x-ms-parameter-grouping: name: account-options GroupIdParameter: name: groupId in: path description: Group identity. required: true type: string x-ms-parameter-location: method DeploymentIdParameter: name: deploymentId in: path description: Deployment identifier. required: true type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'