# Delete a user trusted device **DELETE /api/users/{userId}/trusted-devices/{trustedDeviceId}** Delete a trusted device that belongs to the user. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **userId** (string) The unique identifier of the user. - **trustedDeviceId** (string) The unique identifier of the trusted device. ## Responses ### 204 The trusted device was deleted successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The user or trusted device was not found. [Powered by Bump.sh](https://bump.sh)