Resources | addressContext | sipRegistrationDeleteById

sipRegistrationDeleteById

Delete a SIP registration by ID.[Surrogate Registrations will not be Deleted].

Input Params

NameMandatoryDefaultDescription
idO The registration ID 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/sonusAddressContext:addressContext={name}/sipRegistrationDeleteById --data '
<sipRegistrationDeleteById/>
'

  • No labels