DELETE
/
v0
/
websets
/
{webset}
/
items
/
{id}
curl --request DELETE \
  --url https://api.exa.ai/websets/v0/websets/{webset}/items/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "object": "webset_item",
  "source": "search",
  "sourceId": "<string>",
  "websetId": "<string>",
  "properties": {
    "type": "person",
    "url": "<string>",
    "description": "<string>",
    "person": {
      "name": "<string>",
      "location": "<string>",
      "position": "<string>",
      "pictureUrl": "<string>"
    }
  },
  "evaluations": [
    {
      "criterion": "<string>",
      "reasoning": "<string>",
      "satisfied": "yes",
      "references": []
    }
  ],
  "enrichments": [
    {
      "object": "enrichment_result",
      "format": "text",
      "result": [
        "<string>"
      ],
      "reasoning": "<string>",
      "references": [
        {
          "title": "<string>",
          "snippet": "<string>",
          "url": "<string>"
        }
      ],
      "enrichmentId": "<string>"
    }
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Your Exa API key

Path Parameters

webset
string
required

The id or externalId of the Webset

id
string
required

The id of the Webset item

Response

200 - application/json

Webset Item deleted

The response is of type object.