Chunks
Delete chunk
Deletes one generated chunk from a Datasphere document by document and chunk IDs. Use it to exclude a specific passage from future retrieval without deleting the whole document; use Delete document to remove the document and all of its chunks.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: DataSphere.
Learn more about API scopes.
delete/api/datasphere/documents/{documentId}/chunks/{chunkId}
Path parameters
documentIdstring uuid required
Universal Unique Identifier.
Unique ID of the parent Document.
chunkIdstring uuid required
Universal Unique Identifier.
Unique ID of a Chunk.
Response
There is no content to send for this request, but the headers may be useful.
Changes
No changes found, but 3 of the 137 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.