Delete call forward rule for apartment
Removes call forward rule for apartment
Path Parameters
- forward-uid int64 required
Possible 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 message
 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong or missing forward number"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...