Skip to main content
DELETE
Delete an item

Authorizations

Authorization
string
header
required

Bearer API key from Settings → API Keys. Use restricted keys (prefix retrac_) with the minimum scopes required.

Path Parameters

itemId
string
required

The id of the item to delete. You may use either itemId (obtained via /items/info endpoint) or externalId prefixed with ext_.

Query Parameters

workspaceId
string
required

The ID of the workspace.

Example:

"ws_cluuwcv0r..."

projectSlug
string
deprecated

The slug of the project. This field is deprecated – use workspaceId instead.

Response

The deleted item

id
string
required

The ID of the item.