Skip to main content
POST
Delete context data from the context processor

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
source
string
required

Source identifier for the context

organization_id
string
required

Organization ID

user_id
string | null
deprecated

Optional user ID

by_doc
boolean | null
default:true

Flag to delete by document

by_id
boolean | null
default:false

Flag to delete by ID

Response

Context deleted successfully

The response is of type object.