Delete Datafeed

Deletes the specified real-time message/event stream (datafeed). The types of events surfaced in the datafeed can be found in the Real Time Events list.

Delete the specified real time message / event stream ("datafeed").

delete

Available on Agent 2.57.0 and above.

The datafeed provides messages and events from all conversations that the user is in. The types of events surfaced in the datafeed can be found in the Real Time Events list. (see definition on top of the file)

Delete the specified datafeed.

Path parameters
datafeedIdstringRequired

ID of the datafeed

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringRequired

Key Manager authentication token.

Responses
204
Datafeed successfully deleted.
application/json
delete
DELETE /agent/v5/datafeeds/{datafeedId} HTTP/1.1
Host: youragentURL.symphony.com
sessionToken: text
keyManagerToken: text
Accept: */*
{
  "code": 1,
  "message": "text",
  "details": {}
}

Last updated

Was this helpful?