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

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

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