> ## 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 News Feed Item

> Deletes the NewsFeedItem

NsApiSlow threshold: 2000 ms.
<para />## Experimental: ## The NewsFeed agent is experimental, subject to change, and not intended for partners.



## OpenAPI

````yaml /openapi/agent/openapi-v3-NewsFeedAgent.json post /api/v1/Agents/NewsFeed/DeleteNewsFeedItem
openapi: 3.0.0
info:
  version: v1-Agents
  title: SuperOffice Agent API v1
  description: SuperOffice Agent API - NewsFeedAgent
  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/NewsFeed/DeleteNewsFeedItem:
    post:
      tags:
        - NewsFeed_Agent
      summary: Delete News Feed Item
      description: "Deletes the NewsFeedItem\n\nNsApiSlow threshold: 2000 ms.\r\n<para />## Experimental: ## The NewsFeed agent is experimental, subject to change, and not intended for partners."
      operationId: v1NewsFeedAgent_DeleteNewsFeedItem
      parameters:
        - name: newsFeedItemId
          in: query
          description: The identity of the NewsFeedItem
          required: true
          schema:
            format: int32
            type: integer
        - 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
      responses:
        '204':
          description: No Content
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components: {}

````

## Related topics

- [Delete News Feed Item](/en/api/reference/restful/rest/newsfeeditem/delete-news-feed-item.md)
- [SuperOffice.WebApi.Agents.NewsFeedAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.NewsFeedAgent.md)
- [SuperOffice.WebApi.Agents.INewsFeedAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.INewsFeedAgent.md)
- [Post News Feed Item](/en/api/reference/restful/agent/newsfeed_agent/post-news-feed-item.md)
- [NewsFeedItem](/en/api/archive-providers/reference/newsfeeditem.md)
- [Get News Feed Item](/en/api/reference/restful/rest/newsfeeditem/get-news-feed-item.md)
