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
Name | Description | Type | Additional information |
---|---|---|---|
pictureId |
pictureId |
integer |
Required |
userId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.