DeleteFeed

DELETE/feeds/v1/projects/{project_id}/feeds/{feed_id}

Path Parameters

project_id*project_id

The project_id path parameter.

feed_id*feed_id

The feed_id path parameter.

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X DELETE "https://api.rixl.com/feeds/v1/projects/Bq4y3QB38S/feeds/F4edRI23XL"

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}