Permanently delete an endpoint from your Vobiz account. Once deleted, the SIP URI will no longer be accessible, and any devices registered with this endpoint will be disconnected.
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/Account/{auth_id}/Endpoint/{endpoint_id}/ \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
DELETE https://api.vobiz.ai/api/v1/Account/{auth_id}/Endpoint/{endpoint_id}/
X-Auth-ID - Your account Auth ID (e.g., {auth_id})X-Auth-Token - Your account Auth TokenContent-Type: application/json204 No Content with an empty response body.
HTTP/1.1 204 No Content
HTTP/1.1 404 Not Found
curl -X DELETE https://api.vobiz.ai/api/v1/Account/{auth_id}/Endpoint/87654321/ \
-H "X-Auth-ID: YOUR_AUTH_ID" \
-H "X-Auth-Token: YOUR_AUTH_TOKEN"
Was this page helpful?
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/Account/{auth_id}/Endpoint/{endpoint_id}/ \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"