POST Users/Remove

Request Information

URI Parameters

None.

Body Parameters

Users
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

FullName

string

None.

PhoneNumber

string

None.

Sex

string

None.

Email

string

None.

Street

string

None.

Dob

date

None.

ReferenceCode

string

None.

SocialId

string

None.

Provider

string

None.

Role

string

None.

Avatar

string

None.

Username

string

None.

Password

string

None.

Active

boolean

None.

Locked

boolean

None.

LastLoginDate

date

None.

CreatedDate

date

None.

CreatedBy

string

None.

UpdatedDate

date

None.

ModifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "610bbf64-02c1-4662-9830-bcf956b6056e",
  "FullName": "sample string 2",
  "PhoneNumber": "sample string 3",
  "Sex": "sample string 4",
  "Email": "sample string 5",
  "Street": "sample string 6",
  "Dob": "2025-12-06T12:02:13.55541+07:00",
  "ReferenceCode": "sample string 7",
  "SocialId": "sample string 8",
  "Provider": "sample string 9",
  "Role": "sample string 10",
  "Avatar": "sample string 11",
  "Username": "sample string 12",
  "Password": "sample string 13",
  "Active": true,
  "Locked": true,
  "LastLoginDate": "2025-12-06T12:02:13.55541+07:00",
  "CreatedDate": "2025-12-06T12:02:13.55541+07:00",
  "CreatedBy": "sample string 16",
  "UpdatedDate": "2025-12-06T12:02:13.55541+07:00",
  "ModifiedBy": "sample string 17"
}

application/xml, text/xml

Sample:
<Users xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PetShop.API.Models">
  <Active>true</Active>
  <Avatar>sample string 11</Avatar>
  <CreatedBy>sample string 16</CreatedBy>
  <CreatedDate>2025-12-06T12:02:13.55541+07:00</CreatedDate>
  <Dob>2025-12-06T12:02:13.55541+07:00</Dob>
  <Email>sample string 5</Email>
  <FullName>sample string 2</FullName>
  <ID>610bbf64-02c1-4662-9830-bcf956b6056e</ID>
  <LastLoginDate>2025-12-06T12:02:13.55541+07:00</LastLoginDate>
  <Locked>true</Locked>
  <ModifiedBy>sample string 17</ModifiedBy>
  <Password>sample string 13</Password>
  <PhoneNumber>sample string 3</PhoneNumber>
  <Provider>sample string 9</Provider>
  <ReferenceCode>sample string 7</ReferenceCode>
  <Role>sample string 10</Role>
  <Sex>sample string 4</Sex>
  <SocialId>sample string 8</SocialId>
  <Street>sample string 6</Street>
  <UpdatedDate>2025-12-06T12:02:13.55541+07:00</UpdatedDate>
  <Username>sample string 12</Username>
</Users>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.