Delete a feed

DELETE/projects/{projectId}/feeds/{feedId}

Deletes a feed in the active project.

Authorization<token>

In: header

Path Parameters

projectId*string

Project ID

feedId*string

Feed ID

Response Body

200application/json

OK

type: unknown

{
  "$ref": "#/components/schemas/feedsv1.DeleteFeedResponse",
  "$ref-value": {
    "type": "object"
  }
}
curl -X DELETE "https://api.rixl.com/projects/string/feeds/F4edRI23XL"

OK

application/json

{
  "$ref": "#/components/schemas/feedsv1.DeleteFeedResponse",
  "$ref-value": {
    "type": "object"
  }
}