Boards

Delete boards API

Introduction

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

DELETE https://api.featureos.app/api/v3/buckets/:id

Headers

Parameter Default Description
API-KEY-Generate from organization settings on the admin dashboard.
ALLOW-PRIVATEfalseSet to true when updating a private board
Authorization-Generate a unique JWT token that is specific to a user

Sample response

{
  "success": true
}
Previous
Update a Board