Delete MFA User Device
DELETE {{apiPath}}/environments/{{envID}}/users/{{userID}}/devices/{{deviceID}}
Devices are deactivated by deleting the device. The sample shows the DELETE /environments/{{envID}}/users/{{userID}}/devices/{{deviceID}}
operation to remove the device specified in the request URL.
When the device is removed successfully, the response returns a 204 Successfully deleted
message.
Note: If devices are ordered and the default device is deleted, the second device on the order list becomes the default device. For more information, see Setting device order.