Delete Item

This endpoint soft deletes an item.

Request

DELETE https://v2.api.uberflip.com/items/{itemId}
Path Parameters Description
itemId The unique identifier of the item

Examples

curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/items/56516

Sample response:

HTTP/1.1 204 NO CONTENT
Content-Type: application/json