Resources | node | global | sipLocalRegistrar | sipRegistrationDeleteByAor

sipRegistrationDeleteByAor

Delete a SIP registration on SipLocalRegistrar by Aor.

Input Params

NameMandatoryDefaultDescription
sipRegAorO The registration Aor to be deleted.

Output Params

NameDescription
result
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/sipLocalRegistrar/sipRegistrationDeleteByAor --data '
<sipRegistrationDeleteByAor/>
'

  • No labels