Endpoint: DELETE /items/{id}
Authentication: Bearer Token (required)
Path Parameters
| Name | Type | Required | Description |
|---|
| id | string | Yes | UUID of the item to delete |
| Name | Type | Required | Description |
|---|
| Authorization | string | Yes | Bearer token for authentication. Format: Bearer <token> |
Request Body
None