/Items/{itemID} DELETE

Allows you to end an item.

URL
/Items/{itemID}
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.

Output

If the item cannot be found, this call will respond with a 404 NotFound

If the user access token doesn't match up with the seller of the item, this call will respond with a 403 Forbidden

If the itemId in the URL is not a positive integer or if there are any other validation issues with relisting the item, this call will respond with a 400 BadRequest

If there are no errors, this call will respond with a 200 OK and a Message Response indicating the item ended.