Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The workspace ID
Path Parameters
Content ID
Response
Successful Response
The response is of type any.
Delete all chunks associated with a specific content item.
Args: content_id: ID of the content whose chunks should be deleted
Returns: DeleteChunksResponse with deletion results
Examples: Delete all chunks for a content: DELETE /chunks/content/content_123
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The workspace ID
Content ID
Successful Response
The response is of type any.