Skip to content
Subscribers

Remove a subscriber

Understanding how to use FeatureOS API to build custom integrations.

Introduction

This API endpoint allows you to remove a subscriber from the specific post.

DELETE https://api.featureos.app/api/v3/subscribe_feature_requests
curl -X DELETE 'https://api.featureos.app/api/v3/subscribe_feature_requests' \
  -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

Body Parameters

Parameter Required Format Description
email true String The subscriber's email.
feature_request_id true Integer The ID of the post returned in the list posts endpoint.

Sample response