API Reference
SIP Credentials

Revoke one app device

DELETE
/v1/numbers/{id}/sip-credentials/{credential_id}/devices/{device_id}

Retires a single endpoint. The line's other devices and its desk phone are unaffected, and the device stops ringing within one heartbeat.

Authorization

bearerAuth
AuthorizationBearer <token>

Long-lived ES256 JWT minted from the dashboard (https://app.sautikit.com/developers/api-keys). Signed by the platform keyring. Carries workspace_id and scopes claims; revoked via the platform deny-list.

In: header

Path Parameters

id*string
Formatuuid
credential_id*string
Formatuuid
device_id*string
Formatuuid

Response Body

curl -X DELETE "https://example.com/v1/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08/sip-credentials/497f6eca-6276-4993-bfeb-53cbbbba6f08/devices/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty