Endpoint
- Method:
DELETE - Path:
/feeds/{feed_id} - Edition: Core
- Controller:
FeedsController@deleteFeed - Route source:
fluent-community/app/Http/Routes/api.php:60 - Controller source:
fluent-community/app/Http/Controllers/FeedsController.php
DELETE Delete Feed
DELETE
/feeds/{feed_id}
Delete Feed for the FluentCommunity Feeds API.
Controller: FeedsController@deleteFeed
Route source: fluent-community/app/Http/Routes/api.php:60
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
Requiredinteger
Responses
Successful response
application/json
JSON "message": "string"
{
}