Delete a trusted device

Deletes a trusted device.

Removing one’s own trusted device can also be performed at either /api/v1/user/my/mfa/trusted_device/{id} or /api/v1/user/mfa/trusted_device/{id}

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

user_iddoubleRequired
User ID
device_iddoubleRequired
Device ID

Response

The server has successfully fulfilled the request and that there is no additional content to send in the response payload body

Errors