Delete a board property
Regional
us.api.brault.app— follows the region selector in the top barIts options and every value files hold for it go with it.
Authorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
boardId*string
propertyId*string
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/boards/string/properties/string"{ "object": "deleted", "id": "string", "deleted": true}