Microsoft Azure · Capability

Microsoft Azure ProvisioningServiceClient — DELETE

Microsoft Azure ProvisioningServiceClient — DELETE. 3 operations. Lead operation: Microsoft Azure Delete A Device Enrollment Group. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDELETE

What You Can Do

DELETE
Microsoftazureenrollmentgroupdelete — Microsoft Azure Delete A Device Enrollment Group
/v1/enrollmentgroups/{id}
DELETE
Microsoftazureindividualenrollmentdelete — Microsoft Azure Delete A Device Enrollment Record
/v1/enrollments/{id}
DELETE
Microsoftazuredeviceregistrationstatedelete — Microsoft Azure Deletes The Device Registration
/v1/registrations/{id}

MCP Tools

microsoft-azure-delete-device-enrollment

Microsoft Azure Delete A Device Enrollment Group

idempotent
microsoft-azure-delete-device-enrollment-2

Microsoft Azure Delete A Device Enrollment Record

idempotent
microsoft-azure-deletes-device-registration

Microsoft Azure Deletes The Device Registration

idempotent

Capability Spec

provisioningserviceclient-delete.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ProvisioningServiceClient — DELETE
  description: 'Microsoft Azure ProvisioningServiceClient — DELETE. 3 operations. Lead operation: Microsoft Azure Delete A
    Device Enrollment Group. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - DELETE
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: provisioningserviceclient-delete
    baseUri: https://your-dps.azure-devices-provisioning.net
    description: Microsoft Azure ProvisioningServiceClient — DELETE business capability. Self-contained, no shared references.
    resources:
    - name: enrollmentGroups-id
      path: /enrollmentGroups/{id}
      operations:
      - name: microsoftazureenrollmentgroupdelete
        method: DELETE
        description: Microsoft Azure Delete A Device Enrollment Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Enrollment group ID.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The ETag of the enrollment group record.
    - name: enrollments-id
      path: /enrollments/{id}
      operations:
      - name: microsoftazureindividualenrollmentdelete
        method: DELETE
        description: Microsoft Azure Delete A Device Enrollment Record
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: This id is used to uniquely identify a device registration of an enrollment. A case-insensitive string
            (up to 128 characters long) of alphanumeric characters pl
          required: true
        - name: If-Match
          in: header
          type: string
          description: The ETag of the enrollment record.
    - name: registrations-id
      path: /registrations/{id}
      operations:
      - name: microsoftazuredeviceregistrationstatedelete
        method: DELETE
        description: Microsoft Azure Deletes The Device Registration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Registration ID.
          required: true
        - name: If-Match
          in: header
          type: string
          description: The ETag of the registration status record.
  exposes:
  - type: rest
    namespace: provisioningserviceclient-delete-rest
    port: 8080
    description: REST adapter for Microsoft Azure ProvisioningServiceClient — DELETE. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/enrollmentgroups/{id}
      name: enrollmentgroups-id
      description: REST surface for enrollmentGroups-id.
      operations:
      - method: DELETE
        name: microsoftazureenrollmentgroupdelete
        description: Microsoft Azure Delete A Device Enrollment Group
        call: provisioningserviceclient-delete.microsoftazureenrollmentgroupdelete
        with:
          id: rest.id
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enrollments/{id}
      name: enrollments-id
      description: REST surface for enrollments-id.
      operations:
      - method: DELETE
        name: microsoftazureindividualenrollmentdelete
        description: Microsoft Azure Delete A Device Enrollment Record
        call: provisioningserviceclient-delete.microsoftazureindividualenrollmentdelete
        with:
          id: rest.id
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/registrations/{id}
      name: registrations-id
      description: REST surface for registrations-id.
      operations:
      - method: DELETE
        name: microsoftazuredeviceregistrationstatedelete
        description: Microsoft Azure Deletes The Device Registration
        call: provisioningserviceclient-delete.microsoftazuredeviceregistrationstatedelete
        with:
          id: rest.id
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: provisioningserviceclient-delete-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ProvisioningServiceClient — DELETE. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-delete-device-enrollment
      description: Microsoft Azure Delete A Device Enrollment Group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: provisioningserviceclient-delete.microsoftazureenrollmentgroupdelete
      with:
        id: tools.id
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-device-enrollment-2
      description: Microsoft Azure Delete A Device Enrollment Record
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: provisioningserviceclient-delete.microsoftazureindividualenrollmentdelete
      with:
        id: tools.id
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-device-registration
      description: Microsoft Azure Deletes The Device Registration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: provisioningserviceclient-delete.microsoftazuredeviceregistrationstatedelete
      with:
        id: tools.id
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.