DELETE
/
v0
/
websets
/
{webset}
/
enrichments
/
{id}
curl --request DELETE \
  --url https://api.exa.ai/websets/v0/websets/{webset}/enrichments/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "object": "webset_enrichment",
  "status": "pending",
  "websetId": "<string>",
  "title": "<string>",
  "description": "<string>",
  "format": "text",
  "options": [
    {
      "label": "<string>"
    }
  ],
  "instructions": "<string>",
  "metadata": {},
  "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 Enrichment

Response

200 - application/json
Enrichment deleted
id
string
required

The unique identifier for the enrichment

object
string
default:webset_enrichment
required
Allowed value: "webset_enrichment"
status
enum<string>
required

The status of the enrichment

Available options:
pending,
canceled,
completed
websetId
string
required

The unique identifier for the Webset this enrichment belongs to.

title
string | null
required

The title of the enrichment.

This will be automatically generated based on the description and format.

description
string
required

The description of the enrichment task provided during the creation of the enrichment.

format
enum<string>
required

The format of the enrichment response.

Available options:
text,
date,
number,
options,
email,
phone
options
object[] | null
required

When the format is options, the different options for the enrichment agent to choose from.

instructions
string | null
required

The instructions for the enrichment Agent.

This will be automatically generated based on the description and format.

createdAt
string
required

The date and time the enrichment was created

updatedAt
string
required

The date and time the enrichment was updated

metadata
object

The metadata of the enrichment