Unmerge a post
Understanding how to use FeatureOS API to build custom integrations.
Introduction
This endpoint allows you to unmerge a previously merged child post from its parent. The child post will be restored as an independent post with its original votes and comments.
DELETE
https://api.featureos.app/api/v3/feature_requests/unmerge/:child_feature_request_id
curl -X DELETE 'https://api.featureos.app/api/v3/feature_requests/unmerge/:child_feature_request_id' \
-H 'API-KEY: YOUR_API_KEY' \
-H 'Content-Type: application/json'Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
| Authorization | - | Generate a unique JWT token that is specific to a user. Only organization members can access this endpoint. |