Skip to main content
DELETE
/
feeds
/
audio
/
{audio_feed_id}
cURL
curl --request DELETE \
  --url https://api.feedspace.io/v3/feeds/audio/{audio_feed_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "Review deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.feedspace.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).

Path Parameters

audio_feed_id
string
required

Audio feed ID

Response

200 - application/json

Audio review deleted successfully.

message
string