Skip to main content
DELETE
Delete website knowledge
Required scope: AGENTS_WRITE

Behavior

Removes a website entry from the receptionist’s knowledge, along with the text scraped from it. Returns 204 with no body. To stop the receptionist using a page without losing the scraped text, disable the entry instead.

Errors

  • 404 AGENT_KNOWLEDGE_NOT_FOUND: no entry with that id on this line’s receptionist. An entry belonging to another line answers the same way.
  • 404 PHONE_NUMBER_NOT_FOUND: the number is not one you have access to.

Authorizations

Authorization
string
header
required

Path Parameters

number
string
required

Allo phone number in E.164 format

Example:

"+14155551234"

id
string
required

Identifier of the website knowledge entry, as returned by GET /v2/api/numbers/{number}/agent

Example:

"wkb-abc123"

Response

Deleted