Remove Inbound SMS Block

/sms/incoming/block/remove

Full Url

Arguments

  • token (required)
  • source (required)
  • did (required)

Info

Remove the inbound sms block for your number, sent as did param.
Note: If there is no block for the source number, you will receive a 400 error as in example below.

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully unblocked the number"
}

Example Error

{
"code": 400,
"status": "error",
"data": "Block does not exists"
}