Deletes a post from the community.
Endpoint
Method:
DELETEPath:
/feeds/{feed_id}Edition: Core
Controller:
FeedsController@deleteFeedRoute source:
fluent-community/app/Http/Routes/api.php:61Controller source:
fluent-community/app/Http/Controllers/FeedsController.phpThe post author can always delete; anyone else needs the
delete_any_feedpermission globally or in the space.Destructive: the post row is removed and the
fluent_community/feed/deletedaction runs, which is what cleans up its comments, reactions and activity entries.
Live sample
The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.
DELETE Delete Feed
Deletes a post from the community.
Controller: FeedsController@deleteFeed
Route source: fluent-community/app/Http/Routes/api.php:61
Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Feed ID extracted from the URL path.
Responses
Successful response