Remove Contact Entity
Removes Contact Entity
Path Parameters
- entity-uid integer requiredPossible values: >= 1Unique Identifier for Item 
Responses
- 200
- 400
- 401
OK
Wrong contact pathItemUid
- application/json
- Schema
- Example (from schema)
- Wrong uid
Schema
- error stringError information 
{
  "error": "Wrong contact uid"
}
{
  "error": "Wrong contact uid"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...