Skip to main content
DELETE
/
columns
/
{column_id}
Delete column
curl --request DELETE \
  --url https://app.usequeue.com/api/v1/columns/{column_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

success
boolean
Example:

true