API Reference
Devices

Forget where to wake this device

DELETE
/v1/devices/push-token

Call on sign-out, or when notification permission is withdrawn. A token left behind that can no longer ring is not harmless: every wake attempt against it is silent waste. Revoking a device clears its token too.

Authorization

deviceAuth
AuthorizationBearer <token>

A per-device secret issued by POST /v1/devices/enroll, presented as Authorization: Device <secret>.

A distinct scheme rather than another bearer flavour: the bearer namespace already carries workspace API keys and session JWTs, and a device secret authorises far less than either — it can mint a WebRTC token for its own identity and report presence, and nothing else.

In: header

Response Body

curl -X DELETE "https://example.com/v1/devices/push-token"
Empty
Empty