Remove Inbound SMS Block
/sms/incoming/block/remove
- token (required)
- source (required)
- did (required)
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.{
"code": 200,
"status": "success",
"data": "Successfully unblocked the number"
}
{
"code": 400,
"status": "error",
"data": "Block does not exists"
}