Register - Remove
/remove
- token (required)
Info: Remove a sip account. Please not that once done, any call flow that routes to this sip account will fail to work until it is updated
Example Success
{
"code": 200,
"status": "success",
"data": "Successfully deleted sip account"
}
Example Error
{
"code": 400,
"status": "error",
"data": "Invalid sip account id"
}