POST api/usrauthenticatortotp/delete

Request Information

URI Parameters

None.

Body Parameters

UsrAuthenticatorTotp
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

UsrAuthenticatorId

integer

Required

SecretEncrypted

string

None.

Zusatzfeld1

string

None.

Zusatzfeld2

string

None.

Bemerkung

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "dd068cbc-4940-4705-a49e-419c0d3d9682",
  "UsrAuthenticatorId": 3,
  "SecretEncrypted": "sample string 4",
  "Zusatzfeld1": "sample string 5",
  "Zusatzfeld2": "sample string 6",
  "Bemerkung": "sample string 7"
}

application/xml, text/xml

Sample:
<UsrAuthenticatorTotp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models">
  <Bemerkung>sample string 7</Bemerkung>
  <Id>1</Id>
  <RowGuid>dd068cbc-4940-4705-a49e-419c0d3d9682</RowGuid>
  <SecretEncrypted>sample string 4</SecretEncrypted>
  <UsrAuthenticatorId>3</UsrAuthenticatorId>
  <Zusatzfeld1>sample string 5</Zusatzfeld1>
  <Zusatzfeld2>sample string 6</Zusatzfeld2>
</UsrAuthenticatorTotp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>