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

# Delete Chat Topic User Agent

> Remove a user from a topic

NsApiSlow threshold: 5000 ms.



## OpenAPI

````yaml /openapi/agent/openapi-v3-ChatAgent.json post /api/v1/Agents/Chat/DeleteChatTopicUserAgent
openapi: 3.0.0
info:
  version: v1-Agents
  title: SuperOffice Agent API v1
  description: SuperOffice Agent API - ChatAgent
  contact:
    name: SuperOffice DevNet
    url: https://docs.superoffice.com/en/api/index.html
    email: sdk@superoffice.com
servers:
  - url: http://localhost:56350
  - url: https://localhost:56350
security: []
tags: []
externalDocs:
  description: >-
    The SuperOffice DevNet Community has more documentation, examples, and
    discussion forums.
  url: https://community.superoffice.com/en/developer/
paths:
  /api/v1/Agents/Chat/DeleteChatTopicUserAgent:
    post:
      tags:
        - Chat_Agent
      summary: Delete Chat Topic User Agent
      description: |-
        Remove a user from a topic

        NsApiSlow threshold: 5000 ms.
      operationId: v1ChatAgent_DeleteChatTopicUserAgent
      parameters:
        - name: $select
          in: query
          description: >-
            Optional comma separated list of properties to include in the
            result. Other fields are then nulled out to reduce payload size:
            "Name,department,category". Default = show all fields.
          required: false
          schema:
            type: string
        - name: SO-AppToken
          in: header
          description: >-
            The application token that identifies the partner app. Used when
            calling Online WebAPI from a server.
          required: false
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ChatCarriers.DeleteChatTopicUserAgentRequest
          text/json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ChatCarriers.DeleteChatTopicUserAgentRequest
          application/xml:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ChatCarriers.DeleteChatTopicUserAgentRequest
          text/xml:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ChatCarriers.DeleteChatTopicUserAgentRequest
          application/x-www-form-urlencoded:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ChatCarriers.DeleteChatTopicUserAgentRequest
          application/json-patch+json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ChatCarriers.DeleteChatTopicUserAgentRequest
          application/merge-patch+json:
            schema:
              $ref: >-
                #/components/schemas/SuperOffice.WebApi.v1.Carriers.ChatCarriers.DeleteChatTopicUserAgentRequest
        description: ChatTopicId, Username
        required: true
      responses:
        '204':
          description: No Content
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components:
  schemas:
    SuperOffice.WebApi.v1.Carriers.ChatCarriers.DeleteChatTopicUserAgentRequest:
      description: 'DeleteChatTopicUserAgent: Remove a user from a topic'
      type: object
      properties:
        ChatTopicId:
          format: int32
          type: integer
        Username:
          type: string

````

## Related topics

- [Delete Chat Topic User Agent](/en/api/reference/restful/rest/chattopic/delete-chat-topic-user-agent.md)
- [SuperOffice.WebApi.Data.Chat DeleteChatTopicUserAgentRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Chat_DeleteChatTopicUserAgentRequest.md)
- [NSChatAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSChatAgent.md)
- [SuperOffice.WebApi.Agents.ChatAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ChatAgent.md)
- [SuperOffice.WebApi.Agents.IChatAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IChatAgent.md)
- [Delete Chat Topic Entity](/en/api/reference/restful/agent/chat_agent/delete-chat-topic-entity.md)
