context

Delete context data from the context processor

This endpoint deletes context data based on the provided parameters. It returns a success or error response depending on the result from the context processor.

post/api/v1/context/delete

Request body

sourcestring required

Source identifier for the context

user_idstring nullable

Optional user ID

organization_idstring required

Organization ID

by_docboolean nullable

Flag to delete by document

by_idboolean nullable

Flag to delete by ID

Response

Context deleted successfully

object required

Changes

Changed in 6 of the 29 revisions of this API.312

    • the request property organization_id became not nullable

      request-property-became-not-nullable

    • the request property organization_id became required

      request-property-became-required

    • the request property source became required

      request-property-became-required

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the media type application/json for the response with the status 401

      response-media-type-added

    • added the media type application/json for the response with the status 403

      response-media-type-added

    • added the media type application/json for the response with the status 500

      response-media-type-added

    • api operation id deleteContextByDocOrNodeId was added

      api-operation-id-added

    • request property user_id deprecated

      request-property-deprecated

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security BearerAuth was removed from the API

      api-security-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security BearerAuth was added to the API

      api-security-added

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security BearerAuth was removed from the API

      api-security-removed