Delete call forward rule for apartment
Removes call forward rule for apartment
Path Parameters
- forwardUid int64 requiredPossible values: >= 1Forward number for forward scheme 
Responses
- 200
- 400
- 401
OK
- Wrong or missing forward number
- application/json
- Schema
- Example (from schema)
- Wrong number
Schema
- error string
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong or missing forward number"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...