Skip to main content
DELETE
/
items
/
{itemId}
Delete an item
curl --request DELETE \
  --url https://api.retrac.co/items/{itemId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Default authentication mechanism

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.