DELETE api/Personal_By_Mobile/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Personal_By_Mobile
NameDescriptionTypeAdditional information
mobile

string

String length: inclusive between 0 and 15

status

string

String length: inclusive between 0 and 50

haskids

string

String length: inclusive between 0 and 50

sex

string

String length: inclusive between 0 and 50

Response Formats

application/json, text/json

Sample:
{
  "mobile": "sample string 1",
  "status": "sample string 2",
  "haskids": "sample string 3",
  "sex": "sample string 4"
}