DELETE/v1.0/devices/{mdn}Destructive

Remove a line of service. This endpoint can only be accessed by scope org_super. It is not available to PRIVATELTE accounts.

Parameters

mdnpathstringrequired

Mobile Device Number (MDN)

cURL
curl -X DELETE "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/521-267-1508" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Try this operation in the interactive explorer →