Endpoints
Delete an Endpoint
Permanently remove a SIP endpoint from your Vobiz account, immediately unregistering all devices and making the SIP URI permanently unavailable - irreversible.
DELETE
Delete an Endpoint
Authentication required:
X-Auth-ID- Your account Auth ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
No request parameters are required for this endpoint.
Response
Success Response (204 No Content)
On success, returns HTTP status code204 No Content with an empty response body.
Response - 204 No Content
Error Response (404 Not Found)
If the endpoint does not exist or has already been deleted.Response - 404 Not Found
Examples
cURL
cURL Request
Before Deletion:
- Verify the endpoint is no longer needed
- Check for any active registrations on SIP clients
- Ensure no applications are routing calls to this endpoint
- Consider updating endpoint instead if you need to change credentials