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.
Hard-deletes the endpoint. TheDocumentation Index
Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt
Use this file to discover all available pages before exploring further.
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.