Nurama Developers
Board Columns

Delete a column

Deletes a column and moves its tasks to `targetColumnId` when given, otherwise to the default column, otherwise to any remaining column. Deleting the last column is rejected (`invalidBoard`).

DELETE
/boards/{boardId}/columns/{columnId}

Deletes a column and moves its tasks to targetColumnId when given, otherwise to the default column, otherwise to any remaining column. Deleting the last column is rejected (invalidBoard).

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

boardId*string
Formatuuid
columnId*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/boards/497f6eca-6276-4993-bfeb-53cbbbba6f08/columns/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "message": "Column deleted"}