Votes
featureOS delete user vote API
Introduction
This endpoint allows you to delete a vote of a user from the post. This action can only be performed by the Admins.
DELETE https://api.featureos.app/api/v3/votes
Headers
| Parameter | Default | Description |
|---|---|---|
| API-KEY | - | Generate from organization settings on the admin dashboard. |
| ALLOW-PRIVATE | false | Set to true if filtering out a private board’s posts. |
| Authorization | - | Generate a unique JWT token that is specific to a user |
Body Parameters
| Parameter | Required | Format | Description |
|---|---|---|---|
| feature_request_id | true | Integer | The unique id of the post. |
| true | String | The email address of the voter. |
Sample response
{
"success": true
}