Delete Chunk

Delete one or multiple chunks from your project. You can delete a single chunk by providing it ID either as a query parameter or in the request body. For bulk deletion, provide a list of chunk IDs in the request body.

Examples:

  • Single chunk deletion (query parameter): DELETE /chunks?id=chunk123
  • Single chunk deletion (body): {"id": "chunk123"}
  • Bulk deletion: {"ids": ["chunk123", "chunk456", "chunk789"]}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Query Params
chunk_ids
array of strings

List of chunk_ids to delete

chunk_ids
string
length ≥ 1

chunk_id

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json