DELETE/people/{personId}/status/{statusId}.json

Delete a User Status

Deletes the status for a specific user by passing in the user ID and then the specific status ID.


Path Params

  • Name
    personId
    Type
    string
    required
    Description
  • Name
    statusId
    Type
    string
    required
    Description

Request Examples

Example Request

DELETE
/people/{personId}/status/{statusId}.json
curl --request GET \
     --url https://{site_name}.teamwork.com/stats.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

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