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
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/addressContext/{name}/_operations/sipRegistrationDeleteById --data '
<sipRegistrationDeleteById/>
'

  • No labels