DELETE v1/Users/{userId}/Pictures/{pictureId}

This will delete the picture for the userpicture Id in the header of the request. Validation will consist of matching the user Id of the request to the user Id of the picture

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pictureId

pictureId

integer

Required

userId

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.