Deleting SIP User
Delete a SIP User
DELETE https://api.opentact.org/rest/sip/domain/domain/user/uuid
This API is used to delete the SIP User
Query Parameters
Name
Type
Description
Domain *
String
This field contains name of the domain.
UUID*
String
This field contains the UUID of the SIP user.
Headers
Name
Type
Description
X-Auth-Token*
String
JWT Token
{
"success": true,
"payload": {
"uuid": "0116f6d1-1280-44b2-9134-da48509ec575",
"email": "[email protected]",
"state": "online",
"is_active": true,
"created_on": "2022-12-29T13:17:57.745Z",
"modified_on": "2022-12-29T13:17:57.745Z",
"phone_number": "+1234567890",
"dob": "2022-12-29T13:17:57.745Z",
"avatar": "https://google/image.png",
"first_name": "First Name",
"last_name": "Last Name",
"gender": "Female",
"login": "login_name",
"sip_domain": {
"domain": "abc.sip.opentact.org",
"created_on": "2022-12-29T13:17:57.745Z",
"modified_on": "2022-12-29T13:17:57.745Z"
},
"same_domain_calls_only": false,
"groups": []
}
}{
"success": false,
"message": "string",
"status": 500,
"meta": "string",
"fields": {
"params.to": {
"message": "invalid integer number",
"value": "qwerty123456789"
}
}
}{
"success": false,
"message": "string",
"status": 500,
"meta": "string",
"fields": {
"params.to": {
"message": "invalid integer number",
"value": "qwerty123456789"
}
}
}Last updated
Was this helpful?