Skip to main content
DELETE
/
sip-endpoints
/
{id}
Delete SIP endpoint
curl --request DELETE \
  --url https://api.goyappr.com/sip-endpoints/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Authorizations

Authorization
string
header
required

Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.

Path Parameters

id
string<uuid>
required

Response

200

SIP endpoint deleted