Skip to content

Endpoint

  • Method: DELETE
  • Path: /feeds/{feed_id}/media-preview
  • Edition: Core
  • Controller: FeedsController@deleteMediaPreview
  • Route source: fluent-community/app/Http/Routes/api.php:61
  • Controller source: fluent-community/app/Http/Controllers/FeedsController.php

DELETE Delete Delete Media Preview

DELETE
/feeds/{feed_id}/media-preview

Delete Delete Media Preview for the FluentCommunity Media API.

Controller: FeedsController@deleteMediaPreview
Route source: fluent-community/app/Http/Routes/api.php:61

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

feed_id*

Feed ID extracted from the URL path.

Type
integer
Required

Responses

Successful response

application/json
JSON
{
  
"message": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation