Brault Developers

Delete an option

Regionalus.api.brault.appfollows the region selector in the top bar
DELETE
/v1/boards/{boardId}/properties/{propertyId}/options/{optionId}

Clears it from every file’s value: a status value pointing at it becomes unset, a multi_tag value loses that tag.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Path Parameters

boardId*string
propertyId*string
optionId*string

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/boards/string/properties/string/options/string"
{  "object": "deleted",  "id": "string",  "deleted": true}