curl --request DELETE \
--url 'https://api.vida.dev/api/v2/sip/registration?token='{
"success": true,
"message": "Registration deleted successfully"
}Remove the SIP registration for the authenticated account.
curl --request DELETE \
--url 'https://api.vida.dev/api/v2/sip/registration?token='{
"success": true,
"message": "Registration deleted successfully"
}