POST api/MobileApp/DeleteAppAccount/{phoneNumber}/{pin}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phoneNumber

string

Required

pin

string

Required

Body Parameters

None.

Response Information

Resource Description

GenericResponse
NameDescriptionTypeAdditional information
ResponseCode

string

None.

ResponseMessage

string

None.

VerificationCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": "sample string 1",
  "ResponseMessage": "sample string 2",
  "VerificationCode": "sample string 3"
}

application/xml, text/xml

Sample:
<GenericResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Raza.Web.Api.Models.MobileApp">
  <ResponseCode>sample string 1</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <VerificationCode>sample string 3</VerificationCode>
</GenericResponse>