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-PRIVATE | false | Set to true when updating a private board |
Authorization | - | Generate a unique JWT token that is specific to a user |
Sample response
{
"success": true
}