POST api/Profile/DeleteProfileImage

Request Information

URI Parameters

None.

Body Parameters

ProfileModel
NameDescriptionTypeAdditional information
UserID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": "4f931873-d43a-45b7-911b-1b4d97516298"
}

text/html, multipart/form-data

Sample:
{"UserID":"4f931873-d43a-45b7-911b-1b4d97516298"}

application/xml, text/xml

Sample:
<ProfileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VarCharge.MobilApi.Models.Profile">
  <UserID>4f931873-d43a-45b7-911b-1b4d97516298</UserID>
</ProfileModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.