Skip to content
Boards

Delete Board

Permanently delete a feedback board from your organization.

Introduction

The FeatureOS delete boards API allows you to delete boards from your organization.

DELETE https://api.featureos.app/api/v3/buckets/:id
curl -X DELETE 'https://api.featureos.app/api/v3/buckets/: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.
ALLOW-PRIVATE false Set to true when updating a private board
Authorization - Generate a unique JWT token that is specific to a user

Sample response