v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Projects

Remove project context keywords

Remove one or more keywords from the project's AI context. Keywords not present in the current list are ignored.

Returns the full updated list of keywords.

🚧 Permissions

Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.

delete/v1/projects/{project_id}/context/keywords

Path parameters

project_idstring required

Unique identifier of the project.

Request body

keywordsstring[] required

Keywords to remove from the project's AI context.

Example request

{
  "keywords": [
    "user research"
  ]
}

Response

200

datastring[] required