DELETE/boards/columns/cards/{id}.json

Remove a Card

Important notice: This endpoint will be deprecated soon and replaced with an existing tasks endpoint, date to be confirmed.

Remove a Card from a Column (that task isn't deleted from the Tasklist).


Path Params

  • Name
    id
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK"
}