Unblock a number
Unblock a number
application/json
Request Body
number string required
The number to block (could be "anonymous")
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Successfully unblocked the number
Invalid request body
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors object[]
code string
Human readable error code
message string
Human readable error message
detail string
Human readable error detail
{
"errors": [
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
]
}
Unauthorized
Forbidden
The number was not found in the blocked list
application/json
Schema
Example (from schema)
Schema
code string
Human readable error code
message string
Human readable error message
detail string
Human readable error detail
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
Internal Server Error
Loading...