DELETE/portfolio/cards/{cardId}.json
Delete a Card in a Portfolio Column
Delete a card inside a column in a portfolio view.
Path Params
- Name
cardId
- Type
- string
- required
- Description
Request Examples
Example Request
DELETE
/portfolio/cards/{cardId}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}