POST api/usrauthenticator/delete
Request Information
URI Parameters
None.
Body Parameters
UsrAuthenticator| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| UsrUserId | integer |
Required |
|
| Name | string |
None. |
|
| IsEnabled | integer |
Required |
|
| IsPrimary | integer |
Required |
|
| CreatedAt | date |
Required |
|
| LastUsedAt | date |
None. |
|
| Zusatzfeld1 | string |
None. |
|
| Zusatzfeld2 | string |
None. |
|
| Bemerkung | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "f0d2f72f-5761-47b4-8b02-b3a5eb49d8da",
"UsrUserId": 3,
"Name": "sample string 4",
"IsEnabled": 5,
"IsPrimary": 6,
"CreatedAt": "2026-09-18T10:53:53.8373184+02:00",
"LastUsedAt": "2026-09-18T10:53:53.8373184+02:00",
"Zusatzfeld1": "sample string 8",
"Zusatzfeld2": "sample string 9",
"Bemerkung": "sample string 10"
}
application/xml, text/xml
Sample:
<UsrAuthenticator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models"> <Bemerkung>sample string 10</Bemerkung> <CreatedAt>2026-09-18T10:53:53.8373184+02:00</CreatedAt> <Id>1</Id> <IsEnabled>5</IsEnabled> <IsPrimary>6</IsPrimary> <LastUsedAt>2026-09-18T10:53:53.8373184+02:00</LastUsedAt> <Name>sample string 4</Name> <RowGuid>f0d2f72f-5761-47b4-8b02-b3a5eb49d8da</RowGuid> <UsrUserId>3</UsrUserId> <Zusatzfeld1>sample string 8</Zusatzfeld1> <Zusatzfeld2>sample string 9</Zusatzfeld2> </UsrAuthenticator>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>