Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Path Parameters
Chunk ID
Response
Successful Response
The response is of type any.
Delete a specific chunk.
Args: chunk_id: ID of the chunk to delete
Returns: Success message
Examples: Delete a chunk: DELETE /chunks/chunk_123
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The workspace ID
Chunk ID
Successful Response
The response is of type any.