DELETE
/
feeds
/
video
/
{video_feed_id}
curl --request DELETE \
  --url https://api.feedspace.io/v3/feeds/video/{video_feed_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'fs-workspace-id: <fs-workspace-id>'
{
  "message": "Review deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Path Parameters

video_feed_id
string
required

ID of the video feed

Response

200 - application/json

Video review deleted successfully.

The response is of type object.

DELETE
/
feeds
/
video
/
{video_feed_id}
curl --request DELETE \
  --url https://api.feedspace.io/v3/feeds/video/{video_feed_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'fs-workspace-id: <fs-workspace-id>'
{
  "message": "Review deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

fs-workspace-id
string
required

Workspace unique ID

Path Parameters

video_feed_id
string
required

ID of the video feed

Response

200 - application/json

Video review deleted successfully.

The response is of type object.