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