Remove a flagged post
PUT/api/v4/content_flagging/post/:post_id/remove
Permanently removes a flagged post and all its associated contents from the system. This action is typically performed by content reviewers after they have reviewed the flagged content. This action is irreversible. The user must be a content reviewer of the team to which the post belongs to. An enterprise advanced license is required.
Request
Responses
- 200
- 403
- 404
- 500
- 501
Post removed successfully
Forbidden - User does not have permission to remove this post.
Post not found or feature is disabled via the feature flag.
Internal server error.
Feature is disabled either via config or an Enterprise Advanced license is not available.