Delete MFA Pairing Key
DELETE {{apiPath}}/environments/{{envID}}/users/{{userID}}/pairingKeys/{{pairingKeyID}}
The sample shows the DELETE /environments/{{envID}}/users/{{userID}}/pairingkeys/{{pairingKeyID}}
operation to remove the pairing key specified in the request URL.
When the pairing key is removed successfully, the response returns a 204 Successfully deleted
message.