Skip to main content

Mark a device as revoked. Sets Device.status to 'revoked' and recomputes connectivity_status. The server does NOT invali

POST 

/api/v1/devices/:device_id/revoke

Mark a device as revoked. Sets Device.status to "revoked" and recomputes connectivity_status. The server does NOT invalidate outstanding device tokens at this layer — token revocation is a separate concern handled by DeviceTokenService.revoke_all_sessions, which this route does not call. SDKs that need both should additionally invoke the token-revocation flow.

Request

Responses

Success