Delete Item
Endpoint: DELETE /items/{id}
Authentication: X-API-Key: {{apiKey}}
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | UUID of the item to delete |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | X-API-Key for authentication. Format: X-API-Key: {{apiKey}} |
Request Body
None