Delete board column

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Board identifier

int64
required

Column identifier

Body Params
int64 | null

Column to move tasks and drafts into. Required if the column has tasks or drafts.

int64 | null

New end column for the board. If absent, boards.end_column is set to NULL.

int64 | null

New start column for tasks/drafts whose start_column_id pointed at the deleted column.
If absent, those references are set to NULL.

Responses
204

Column deleted

400

Validation error, board is archived, or tasks exist without a replacement column

401

Unauthorized

403

Forbidden

404

Board or column not found

500

Unexpected error during column deletion

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!