DELETE/comments/{id}.json

Deleting a Comment

Path Params

  • Name
    id
    Type
    integer
    required
    Description

Request Examples

Example Request

DELETE
/comments/{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"
}