Skip to main content
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.

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