> ## 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

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



## OpenAPI

````yaml /openapi/rest/openapi-v3-NewsFeed.json delete /api/v1/NewsFeed/{id}
openapi: 3.0.0
info:
  version: v1-REST
  title: SuperOffice REST API v1
  description: SuperOffice REST API - NewsFeed
  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/NewsFeed/{id}:
    delete:
      tags:
        - NewsFeedItem
      summary: Delete News Feed Item
      description: "Deletes the NewsFeedItem\n\n<para />## Experimental: ## The NewsFeed agent is experimental, subject to change, and not intended for partners. Calls the NewsFeed agent service DeleteNewsFeedItem.\r\nNsApiSlow threshold: 2000 ms."
      operationId: v1NewsFeedItem_DeleteNewsFeedItem
      parameters:
        - name: id
          in: path
          description: The NewsFeedItem to be deleted.
          required: true
          schema:
            type: integer
            format: int32
        - 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: NewsFeedItem deleted.
      security:
        - SuperOffice_Password: []
          SuperId_Authentication: []
components: {}

````

## Related topics

- [Delete News Feed Item](/en/api/reference/restful/agent/newsfeed_agent/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)
