/Pictures/{pictureID} DELETE

This removes a picture from an item.

URL
/Pictures/{pictureID}
Verb
DELETE

Headers

Header Data Type Valid Values Required Description
Content-Type string application/json YES The format your data will be sent to our site.
X-DevKey string string YES The devkey assigned to the developer.
X-AccessToken string string YES The token acquired from a POST to Users/AccessToken.

Input

NOTE: Variables to place in the body of the request.

None

Output

If the picture id is not valid, you will receive a 400 Bad Request and a Message Response indicating the reason.

If there is an error, you will receive a 403 Forbidden and a Message Response indicating the reason.

If there are no errors with the input parameters, this call will respond with a 200 OK and the following data as serialized JSON