Itemsv1
Delete item
Delete an item by its UUID. System items (where system is true) cannot be deleted.
DELETE
/v1/items/{id}Path Parameters
id*string
id path parameter
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/items/string"Empty
{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}