Skip to main content
DELETE
Delete item

Request

Response

Errors

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

item_id
string
required

Public item ID.

Pattern: ^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$

Response

Delete result

message
string
required
Example:

"Item deleted successfully"

itemId
string
required
Pattern: ^[A-Za-z0-9][A-Za-z0-9_-]{0,127}$
Example:

"7f3a2c9e"

deletedCount
integer
required
Required range: x >= 0
Example:

1

processing_time_ms
integer
required
Required range: x >= 0
Example:

42