# Delete a trusted device **DELETE /api/my-account/trusted-devices/{trustedDeviceId}** Delete a trusted device owned by the signed-in user. Deleting the current trusted device clears its cookie without ending the login session. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **trustedDeviceId** (string) The unique identifier of the trusted device. ## Responses ### 204 The trusted device was deleted successfully. ### 400 The field is not editable. ### 401 Permission denied, the verification record is invalid or the access token does not include the trusted-devices scope. ### 403 The request was made by a third-party application. ### 404 The trusted device was not found or does not belong to the signed-in user. ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)