You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Resources |
node |
addressContext |
sipRegistrationDeleteById
sipRegistrationDeleteById
Delete a SIP registration by ID.[Surrogate Registrations will not be Deleted].
|
Input Params
Name | Mandatory | Default | Description |
---|
id | O | |
The registration ID to be deleted.
|
Output Params
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}/sonusNodeListAddressContext:addressContext={name}/sipRegistrationDeleteById --data ' <sipRegistrationDeleteById/> ' |