Function revoke_device
pub async fn revoke_device(
__arg0: State<AppState>,
headers: HeaderMap,
__arg2: Path<String>,
) -> impl IntoResponseExpand description
DELETE /api/devices/{id} — revoke a paired device and its bearer token.