> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raul.ugps.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Desconectar cuenta Microsoft

> Operacion: Desconectar cuenta Microsoft.



## OpenAPI

````yaml /generated/specs/communications.json post /api/omnichannel/auth/microsoft/disconnect
openapi: 3.0.0
info:
  title: Raul API - Comunicaciones
  description: Inbox, omnichannel, bandejas compartidas, email sync, WhatsApp, spam y tags.
  version: 2.0.0
  contact: {}
servers:
  - url: https://api.raul.ugps.io
    description: Production
security: []
tags: []
paths:
  /api/omnichannel/auth/microsoft/disconnect:
    post:
      tags:
        - Omnichannel
      summary: Desconectar cuenta Microsoft
      description: 'Operacion: Desconectar cuenta Microsoft.'
      operationId: MicrosoftAuthController_disconnect
      parameters:
        - name: email
          required: true
          in: query
          schema:
            type: string
      responses:
        '200':
          description: Cuenta desconectada exitosamente
          content:
            application/json:
              schema:
                type: object
                properties:
                  success:
                    type: boolean
                    example: true
        '401':
          description: No autenticado
      security:
        - bearerAuth: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: Bearer token authentication

````