Delete SIP endpoint
SIP Endpoints
Delete SIP Endpoint
Hard-deletes the endpoint. The sip_uri immediately starts returning
404 for any inbound call. Calls already in progress finish normally.
To rotate access, delete the endpoint and create a new one — the new
endpoint will have a fresh random slug.
DELETE
Delete SIP endpoint
Hard-deletes the endpoint. The
sip_uri immediately starts returning 404
for any new inbound call. Calls already bridged finish normally.
The slug becomes available for reuse, but since slugs are generated
server-side with 24 random characters, you’ll never actually re-encounter
the same slug — every new endpoint gets a fresh one.
Use delete + create as the rotation mechanism: if a URI leaks, delete the
endpoint, create a new one, push the new URI to the customer’s PBX.