DELETE
/
feeds
/
text
/
{text_feed_id}
cURL
curl --request DELETE \
  --url https://api.feedspace.io/v3/feeds/text/{text_feed_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "Review deleted successfully"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

text_feed_id
string
required

Text feed ID

Response

200 - application/json

Text review deleted successfully.

The response is of type object.