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

Request Examples

Example Request

DELETE
/boards/columns/cards/{id}.json
curl --request GET \
     --url https://{site_name}.teamwork.com/tags.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

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